Ignore:
Timestamp:
2011/04/16 23:47:58 (13 years ago)
Author:
Seasoft
Message:

#1202 (MYSQL 商品複製時にエラー)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/db/SC_DB_DBFactory.php

    r20764 r20850  
    139139 
    140140    /** 
    141      * テーブルのカラム一覧を取得する. 
    142      * 
    143      * @deprecated SC_Query::listTableFields() を使用してください 
    144      * @param string $table_name テーブル名 
    145      * @return array テーブルのカラム一覧の配列 
    146      */ 
    147     function sfGetColumnList($table_name) { return array(); } 
    148  
    149     /** 
    150141     * テーブルを検索する. 
    151142     * 
Note: See TracChangeset for help on using the changeset viewer.