Changeset 10653 for temp/branches
- Timestamp:
- 2006/12/14 18:51:23 (19 years ago)
- File:
-
- 1 edited
-
temp/branches/ec-cube-beta/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/install/index.php
r10652 r10653 827 827 // CSV¥Æ¡¼¥Ö¥ë 828 828 $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); 830 830 } 831 831 ?>
Note: See TracChangeset
for help on using the changeset viewer.
