Ignore:
Timestamp:
2012/12/04 20:09:02 (14 years ago)
Author:
h_yoshimoto
Message:

#1955 r22111r22120 間のコミットをmerge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/SC_CheckError.php

    r22100 r22122  
    559559        } 
    560560        $this->createParam($value); 
    561         if (strlen($this->arrParam[$value[1]]) > 0 && !preg_match("/^[[:graph:]|[:space:]]+$/i", $this->arrParam[$value[1]])) { 
     561        if (strlen($this->arrParam[$value[1]]) > 0 && !preg_match("/^[[:graph:][:space:]]+$/i", $this->arrParam[$value[1]])) { 
    562562            $this->arrErr[$value[1]] = t('SC_CheckError_030', array('T_FIELD' => $value[0])); 
    563563        } 
Note: See TracChangeset for help on using the changeset viewer.