Changeset 16611


Ignore:
Timestamp:
2007/10/30 13:10:21 (16 years ago)
Author:
nanasess
Message:

SC_Utils の呼び出し修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_Mail.php

    r16588 r16611  
    117117 
    118118            foreach($arrOther as $other_key => $other_val){ 
    119                 if(sfTrim($other_val["value"]) == ""){ 
     119                if(SC_Utils_Ex::sfTrim($other_val["value"]) == ""){ 
    120120                    $arrOther[$other_key]["value"] = ""; 
    121121                } 
Note: See TracChangeset for help on using the changeset viewer.