Changeset 5253 for trunk/install


Ignore:
Timestamp:
Mar 22, 2010, 11:57:59 AM (14 years ago)
Author:
plg
Message:

feature 1502: bug fixed, the themes needs a name at installation time, or else
they can't be chosen in the user profile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r5157 r5253  
    3434INSERT INTO piwigo_config (param,value,comment) VALUES ('blk_menubar','','Menubar options');
    3535
    36 INSERT INTO piwigo_themes (id) VALUES ('Sylvia');
    37 INSERT INTO piwigo_themes (id) VALUES ('clear');
    38 INSERT INTO piwigo_themes (id) VALUES ('dark');
     36INSERT INTO piwigo_themes (id, name) VALUES ('Sylvia', 'Sylvia');
     37INSERT INTO piwigo_themes (id, name) VALUES ('clear', 'clear');
     38INSERT INTO piwigo_themes (id, name) VALUES ('dark', 'dark');
Note: See TracChangeset for help on using the changeset viewer.