Changeset 10358 for temp/trunk/data/class/SC_CheckError.php
- Timestamp:
- 2006/12/06 15:05:40 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CheckError.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CheckError.php
r10357 r10358 464 464 // value[0] = ¹àÌÜ̾ value[1] = ȽÄêÂÐ¾Ý value[2]=array(³ÈÄ¥»Ò) 465 465 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) { 467 467 return; 468 468 }
Note: See TracChangeset
for help on using the changeset viewer.
