Changeset 10349 for temp/trunk/html


Ignore:
Timestamp:
2006/12/06 14:10:11 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/upload.php

    r10348 r10349  
    9090     
    9191    $arrRet = $objFormParam->getHashArray(); 
    92     $objErr = new SC_CheckError($_POST); 
     92    $objErr = new SC_CheckError($arrRet); 
    9393    $objErr->arrErr = $objFormParam->checkError(); 
    94 sfprintr($_POST); 
     94 
    9595    return $objErr->arrErr; 
    9696} 
Note: See TracChangeset for help on using the changeset viewer.