Changeset 21593 for branches/version-2_12-dev/data/class/SC_CheckError.php
- Timestamp:
- 2012/03/05 23:32:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CheckError.php
r21586 r21593 695 695 } 696 696 //改行コードが含まれている場合には配列に変換 697 $params = str_replace("\r", "",$this->arrParam[$value[1]]);697 $params = str_replace("\r",'',$this->arrParam[$value[1]]); 698 698 if (!empty($params)) { 699 699 if (strpos($params,"\n") === false) {
Note: See TracChangeset
for help on using the changeset viewer.
