Changeset 10104 for temp


Ignore:
Timestamp:
2006/12/01 18:24:00 (20 years ago)
Author:
uehara
Message:

blank

File:
1 edited

Legend:

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

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