Ignore:
Timestamp:
2006/11/28 18:51:32 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

    r9288 r9293  
    557557            return; 
    558558        } 
    559         if( strlen($value[1]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $value[1]) ) {  
     559        if( strlen($this->arrParam[$value[1]]) > 0 && ! EregI("^[[:alnum:]_\.-]+$", $this->arrParam[$value[1]]) ) {  
    560560            $this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Î¥Õ¥¡¥¤¥ë̾¤ËÆüËܸì¤ä¥¹¥Ú¡¼¥¹¤Ï»ÈÍѤ·¤Ê¤¤¤Ç²¼¤µ¤¤¡£<br />";     
    561561        } 
Note: See TracChangeset for help on using the changeset viewer.