Changeset 10638 for temp


Ignore:
Timestamp:
2006/12/14 16:33:45 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/products/upload_csv.php

    r10637 r10638  
    107107                $objFormParam->convParam(); 
    108108                // <br>¤Ê¤·¤Ç¥¨¥é¡¼¼èÆÀ¤¹¤ë¡£ 
    109                 $objPage->arrCSVErr = lfCheckError(); 
     109                $arrCSVErr = lfCheckError(); 
    110110            } 
    111111             
    112112            // ÆþÎÏ¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    113             if(count($objPage->arrCSVErr) > 0) { 
     113            if(count($arrCSVErr) > 0) { 
    114114                echo "<font color=\"red\">¢£" . $line . "¹ÔÌܤǥ¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿¡£</font></br>\n"; 
    115                 $objPage->arrParam = $objFormParam->getHashArray(); 
     115                foreach($arrCSVErr as $val) { 
     116                    echo "<font color=\"red\">$val</font></br>\n";   
     117                } 
    116118                $err = true; 
    117119            } 
Note: See TracChangeset for help on using the changeset viewer.