Ignore:
Timestamp:
2012/06/20 11:57:43 (12 years ago)
Author:
pineray
Message:

#1669 #1859 初期化漏れ、無駄な変数等

File:
1 edited

Legend:

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

    r21867 r21927  
    273273    function gfMailHeaderAddr($str) { 
    274274        $addrs = explode(',', $str); //アドレスを配列に入れる 
     275        $mailaddrs = array(); 
    275276        foreach ($addrs as $addr) { 
    276277            if (preg_match("/^(.+)<(.+)>$/", $addr, $matches)) { 
Note: See TracChangeset for help on using the changeset viewer.