Changeset 14262


Ignore:
Timestamp:
2007/06/05 16:54:12 (17 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/blayn/blayn.php.txt

    r14260 r14262  
    6060    global $objQuery; 
    6161     
    62     $ret = $objQuery->select("blayn_ip", "dtb_blayn"); 
    63         sfprintr($ret); 
    64     $arrRet = split(".", $ret[0]); 
     62    $arrSql = $objQuery->select("blayn_ip", "dtb_blayn"); 
     63    $arrRet = split(".", $arrSql[0]['blayn_ip']); 
    6564     
    6665    return $arrRet; 
Note: See TracChangeset for help on using the changeset viewer.