Changeset 602 for trunk/include/config.inc.php
- Timestamp:
- Nov 13, 2004, 2:43:53 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config.inc.php
r601 r602 168 168 // show_gt : display generation time at the bottom of each page 169 169 $conf['show_gt'] = true; 170 171 // Default options for new categories. 172 // 173 // Some options for categories (commentable, uploadable, status, visible) 174 // must be set directly in the database by changing the corresponding 175 // default values of the column. Examples : 176 // 177 // ALTER TABLE phpwebgallery_categories ALTER visible SET DEFAULT 'true'; 178 // ALTER TABLE phpwebgallery_categories ALTER status SET DEFAULT 'private'; 179 // ALTER TABLE phpwebgallery_categories ALTER uploadable SET DEFAULT 'true'; 180 // ALTER TABLE phpwebgallery_categories ALTER commentable SET DEFAULT 'false'; 181 // 182 // MySQL default values are used when inserting a row and that no value is 183 // given for the column. In PhpWebGallery, the above columns are not valued 184 // during categories insertion, so default values are important. 170 185 ?>
Note: See TracChangeset
for help on using the changeset viewer.