Changeset 1060
- Timestamp:
- 08/25/08 22:33:42 (3 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/forms/jFormsBase.class.php (modified) (1 diff)
- trunk/lib/jelix/CREDITS (modified) (1 diff)
- trunk/lib/jelix/forms/jFormsBase.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/CREDITS
r1047 r1060 141 141 - testor 142 142 - bug fixes on PDO support in jDb 143 - fixed minor bugs 143 - fixed minor bugs (#668,...) 144 144 145 145 Thomas branches/1.0.x/lib/jelix/forms/jFormsBase.class.php
r968 r1060 540 540 $path.= $alternateName; 541 541 } 542 move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 543 return true; 542 return move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 544 543 } 545 544 trunk/lib/jelix/CREDITS
r1059 r1060 83 83 - testor 84 84 - bug fixes on PDO support in jDb 85 - fixed minor bugs 85 - fixed minor bugs (#668...) 86 86 - Added enhanced service handling (dependency injection) in jClasses (#523, #602) 87 87 - implementation of "live" exit in command line (#406) trunk/lib/jelix/forms/jFormsBase.class.php
r1053 r1060 605 605 $path.= $alternateName; 606 606 } 607 move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 608 return true; 607 return move_uploaded_file($_FILES[$controlName]['tmp_name'], $path); 609 608 } 610 609
