Ignore:
Timestamp:
2007/02/20 02:36:22 (19 years ago)
Author:
rebelt
Message:

お届け先登録ページと修正です。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/mobile/data/class/SC_CheckError.php

    r11411 r11454  
    378378            return; 
    379379        } 
    380         if(strlen($this->arrParam[$value[1]]) > 0 && ! mb_ereg("^([¥¡-¥ö]|[¡¼])+$", $this->arrParam[$value[1]])) { 
     380        if(strlen($this->arrParam[$value[1]]) > 0 && ! mb_ereg("^[¥¡-¥öަ-Žß¡¼]+$", $this->arrParam[$value[1]])) { 
    381381            $this->arrErr[$value[1]] = "¢¨ " . $value[0] . "¤Ï¥«¥¿¥«¥Ê¤ÇÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£<br />";   
    382382        } 
Note: See TracChangeset for help on using the changeset viewer.