Changeset 1581 for trunk/gregarius/schema.php
- Timestamp:
- 09/14/06 21:30:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/schema.php
r1580 r1581 476 476 "rss.config.defaultdashboard" => array('true','true','boolean','If the first page seen when entering the admin section should be the dashboard',NULL), 477 477 "rss.config.deadthreshhold" => array('24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL), 478 "rss.search.maxitems" => array(500, 500, 'num', 'Sets the maximum number of items returned on a search', NULL) 478 "rss.search.maxitems" => array(500, 500, 'num', 'Sets the maximum number of items returned on a search', NULL), 479 "rss.config.restrictrefresh" => array("false","false","boolean","Restrict refresh to command line only (eg php -f update.php). Useful for busy sites with multiple users.",NULL), 479 480 ); 480 481
