Show
Ignore:
Timestamp:
09/14/06 21:30:34 (2 years ago)
Author:
mbonetti
Message:

Applied Sam Johnston's patch for #440

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/schema.php

    r1580 r1581  
    476476        "rss.config.defaultdashboard"           => array('true','true','boolean','If the first page seen when entering the admin section should be the dashboard',NULL), 
    477477        "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), 
    479480    ); 
    480481