Changeset 8734 for trunk/admin/include/functions.php
- Timestamp:
- Jan 18, 2011, 3:03:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r8728 r8734 1226 1226 'rank' => ++$current_rank, 1227 1227 'commentable' => boolean_to_string($conf['newcat_default_commentable']), 1228 'uploadable' => 'false',1229 1228 ); 1230 1229 … … 1277 1276 array( 1278 1277 'site_id', 'name', 'id_uppercat', 'rank', 'commentable', 1279 ' uploadable', 'visible', 'status', 'global_rank',1278 'visible', 'status', 'global_rank', 1280 1279 ), 1281 1280 array($insert) … … 1985 1984 { 1986 1985 case 'photos_add': 1987 case 'upload':1988 1986 case 'rating': 1989 1987 case 'tags':
Note: See TracChangeset
for help on using the changeset viewer.