Changeset 15893


Ignore:
Timestamp:
2007/09/21 23:37:23 (17 years ago)
Author:
nanasess
Message:

mtb_status_image の画像パス名修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/add/mtb_tables_insert_data.sql

    r15830 r15893  
    3333INSERT INTO mtb_status VALUES ('4', 'オススメ',3); 
    3434INSERT INTO mtb_status VALUES ('5', '限定品',4); 
    35 INSERT INTO mtb_status_image VALUES ('1', '/img/right_product/icon01.gif',0); 
    36 INSERT INTO mtb_status_image VALUES ('2', '/img/right_product/icon02.gif',1); 
    37 INSERT INTO mtb_status_image VALUES ('3', '/img/right_product/icon03.gif',2); 
    38 INSERT INTO mtb_status_image VALUES ('4', '/img/right_product/icon04.gif',3); 
    39 INSERT INTO mtb_status_image VALUES ('5', '/img/right_product/icon05.gif',4); 
     35INSERT INTO mtb_status_image VALUES ('1', 'img/right_product/icon01.gif',0); 
     36INSERT INTO mtb_status_image VALUES ('2', 'img/right_product/icon02.gif',1); 
     37INSERT INTO mtb_status_image VALUES ('3', 'img/right_product/icon03.gif',2); 
     38INSERT INTO mtb_status_image VALUES ('4', 'img/right_product/icon04.gif',3); 
     39INSERT INTO mtb_status_image VALUES ('5', 'img/right_product/icon05.gif',4); 
    4040INSERT INTO mtb_allowed_tag VALUES ('0', 'table',0); 
    4141INSERT INTO mtb_allowed_tag VALUES ('1', 'tr',1); 
Note: See TracChangeset for help on using the changeset viewer.