Changeset 18091


Ignore:
Timestamp:
2009/06/10 01:12:43 (15 years ago)
Author:
Seasoft
Message:

無駄な処理を削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_Query.php

    r17958 r18091  
    283283    function update($table, $sqlval, $where = "", $arradd = "", $addcol = "") { 
    284284        $strcol = ''; 
    285         $strval = ''; 
    286285        $find = false; 
    287286        foreach ($sqlval as $key => $val) { 
     
    306305        // 文末の","を削除 
    307306        $strcol = ereg_replace(",$","",$strcol); 
    308         // 文末の","を削除 
    309         $strval = ereg_replace(",$","",$strval); 
    310307 
    311308        if($where != "") { 
Note: See TracChangeset for help on using the changeset viewer.