Changeset 21593 for branches/version-2_12-dev/data/class/SC_FormParam.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_FormParam.php
r21577 r21593 235 235 236 236 if (isset($objErr->arrErr[$val]) && !$br) { 237 $objErr->arrErr[$val] = preg_replace("/<br(\s+\/)?>/i", "", $objErr->arrErr[$val]);237 $objErr->arrErr[$val] = preg_replace("/<br(\s+\/)?>/i", '', $objErr->arrErr[$val]); 238 238 } 239 239 $cnt++;
Note: See TracChangeset
for help on using the changeset viewer.
