- Timestamp:
- 2012/12/04 20:09:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/SC_CheckError.php
r22100 r22122 559 559 } 560 560 $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]])) { 562 562 $this->arrErr[$value[1]] = t('SC_CheckError_030', array('T_FIELD' => $value[0])); 563 563 }
Note: See TracChangeset
for help on using the changeset viewer.
