Ignore:
Timestamp:
2012/03/05 23:32:59 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_FormParam.php

    r21577 r21593  
    235235 
    236236            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]); 
    238238            } 
    239239            $cnt++; 
Note: See TracChangeset for help on using the changeset viewer.