Ignore:
Timestamp:
2009/12/07 15:08:06 (17 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.2 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=207

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/SC_Query.php

    r17642 r18432  
    432432        } 
    433433        // SQL文の実行 
    434         return $this->conn->getCol($sqlse, $col, $arrval); 
     434        return $this->conn->getCol($sqlse, 0, $arrval); 
    435435    } 
    436436 
Note: See TracChangeset for help on using the changeset viewer.