Changeset - 85204e468077
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-03 18:44:29
ohnobinki@ohnopublishing.net
Handle failure to initialize schedule_store in admin.php. Should fix bug 86.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
admin.php
Show inline comments
 
@@ -131,6 +131,8 @@ require_once('inc/admin.inc');
 
  function getMaxSaved()
 
  {
 
    $schedule_store = schedule_store_init();
 
    if (empty($schedule_store))
 
      return -1;
 
    return schedule_store_getmaxid($schedule_store);
 
  }
 

	
0 comments (0 inline, 0 general)