Changeset 965


Ignore:
Timestamp:
Dec 3, 2005, 9:42:03 PM (18 years ago)
Author:
plg
Message:

Database modification on users template preference with the new template
directory tree.

Location:
trunk/install
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r882 r965  
    22
    33INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_language','en_UK.iso-8859-1','Default gallery language');
    4 INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_template','yoga','Default gallery style');
     4INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_template','yoga/clear','Default gallery style');
    55INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_maxwidth','','maximum width authorized for displaying images');
    66INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('default_maxheight','','maximum height authorized for the displaying images');
  • trunk/install/phpwebgallery_structure.sql

    r953 r965  
    275275  `show_nb_comments` enum('true','false') NOT NULL default 'false',
    276276  `recent_period` tinyint(3) unsigned NOT NULL default '7',
    277   `template` varchar(255) NOT NULL default 'yoga',
     277  `template` varchar(255) NOT NULL default 'yoga/clear',
    278278  `registration_date` datetime NOT NULL default '0000-00-00 00:00:00',
    279279  UNIQUE KEY `user_infos_ui1` (`user_id`)
Note: See TracChangeset for help on using the changeset viewer.