Changeset 1060 for branches/1.0.x

Show
Ignore:
Timestamp:
08/25/08 22:33:42 (5 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 
Download in other formats: Unified Diff Zip Archive