Changeset 340


Ignore:
Timestamp:
2007/02/22 14:54:11 (17 years ago)
Author:
inoue
Message:

変数未定義(初期化してない)に対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/lib/slib.php

    r154 r340  
    812812function sfGetCommaList($array, $space=true) { 
    813813    if (count($array) > 0) { 
     814        $line = ""; 
    814815        foreach($array as $val) { 
    815816            if ($space) { 
Note: See TracChangeset for help on using the changeset viewer.