Changeset 24444
- Timestamp:
- 07/04/08 13:03:47 (6 months ago)
- Location:
- branches/zikula-1.0/modules/Feeds
- Files:
-
- 2 modified
-
pninit.php (modified) (2 diffs)
-
pntables.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/zikula-1.0/modules/Feeds/pninit.php
r24342 r24444 29 29 pnModSetVar('Feeds', 'cachedirectory', 'feeds'); 30 30 pnModSetVar('Feeds', 'cacheinterval', 180); 31 pnModSetVar('Feeds', 'enablecategorization', true); 31 32 32 33 // create cache directory … … 78 79 79 80 // create our default category 81 pnModSetVar('Feeds', 'enablecategorization', true); 80 82 if (!_feeds_createdefaultcategory()) { 81 83 return LogUtil::registerError (_UPDATEFAILED); -
branches/zikula-1.0/modules/Feeds/pntables.php
r24342 r24444 38 38 39 39 // Enable categorization services 40 $pntable['feeds_db_extra_enable_categorization'] = true;40 $pntable['feeds_db_extra_enable_categorization'] = pnModGetVar('Feeds', 'enablecategorization'); 41 41 $pntable['feeds_primary_key_column'] = 'fid'; 42 42
