Changeset 1060

Show
Ignore:
Timestamp:
08/25/08 22:33:42 (3 months ago)
Author:
laurentj
Message:

ticket #668: jFormsBase::saveFile function returns bad value. p=doubleface

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/lib/jelix/CREDITS

    r1047 r1060  
    141141 - testor 
    142142 - bug fixes on PDO support in jDb 
    143  - fixed minor bugs 
     143 - fixed minor bugs (#668,...) 
    144144 
    145145Thomas 
  • branches/1.0.x/lib/jelix/forms/jFormsBase.class.php

    r968 r1060  
    540540            $path.= $alternateName; 
    541541        } 
    542         move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 
    543         return true; 
     542        return move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 
    544543    } 
    545544 
  • trunk/lib/jelix/CREDITS

    r1059 r1060  
    8383 - testor 
    8484 - bug fixes on PDO support in jDb 
    85  - fixed minor bugs 
     85 - fixed minor bugs (#668...) 
    8686 - Added enhanced service handling (dependency injection) in jClasses (#523, #602) 
    8787 - implementation of "live" exit in command line (#406) 
  • trunk/lib/jelix/forms/jFormsBase.class.php

    r1053 r1060  
    605605            $path.= $alternateName; 
    606606        } 
    607         move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 
    608         return true; 
     607        return move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 
    609608    } 
    610609 
Download in other formats: Unified Diff Zip Archive