Ignore:
Timestamp:
2006/12/06 15:05:40 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_CheckError.php

    r10357 r10358  
    464464    // value[0] = ¹àÌÜ̾ value[1] = ȽÄêÂÐ¾Ý value[2]=array(³ÈÄ¥»Ò)  
    465465    function FILE_EXT_CHECK( $value ) {         // ¼õ¤±¼è¤ê¤¬¤Ê¤¤¾ì¹ç¥¨¥é¡¼¤òÊÖ¤¹ 
    466         if(isset($this->arrErr[$value[1]]) && count($this->arrErr[$value[2]]) == 0) { 
     466        if(isset($this->arrErr[$value[1]]) || count($value[2]) == 0) { 
    467467            return; 
    468468        } 
Note: See TracChangeset for help on using the changeset viewer.