Changeset 10653 for temp/branches


Ignore:
Timestamp:
2006/12/14 18:51:23 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r10652 r10653  
    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 = ? AND col = ?", array(1, 'category_id'), $dsn = "", $sql, true); 
     829    if(sfTabaleExists('dtb_csv', $dsn)) 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.