Changeset 1060 for branches/1.0.x
- Timestamp:
- 08/25/08 22:33:42 (5 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)
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
