Changeset - 21a52190eb20
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-18 18:56:02
ohnobinki@ohnopublishing.net
Avoid a particular PHP warning on the first run of admin/rehash.php.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/school.inc
Show inline comments
 
@@ -85,7 +85,7 @@ function school_load($school_id, $load_a
 
   * for efficiency.
 
   */
 
  $cache = _school_cache_load();
 
  if ($cache && count($cache['list']))
 
  if ($cache && count($cache['list']) && isset($cache['list'][$school['id']]))
 
    $school['crawled'] = $cache['list'][$school['id']]['crawled'];
 

	
 
  return $school;
0 comments (0 inline, 0 general)