Changeset 10652 for temp/branches


Ignore:
Timestamp:
2006/12/14 18:46:13 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/install/index.php

    r10651 r10652  
    827827    // CSV¥Æ¡¼¥Ö¥ë 
    828828    $sql = "insert into dtb_csv(csv_id,col,disp_name,rank,create_date,update_date)values(1,'category_id','¥«¥Æ¥´¥êID',53,now(),now());"; 
    829     sfDataExists("dtb_csv", "csv_id = ?, col = ?", array(1, 'category_id'), $dsn = "", $sql, true); 
     829    sfDataExists("dtb_csv", "csv_id = ? AND col = ?", array(1, 'category_id'), $dsn = "", $sql, true); 
    830830} 
    831831?> 
Note: See TracChangeset for help on using the changeset viewer.