Changeset - 31f302e8171c
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2011-03-03 19:11:15
ohnobinki@ohnopublishing.net
Fix ``undefined index'' warning.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/school.inc
Show inline comments
 
@@ -296,7 +296,7 @@ function school_instructions_html($schoo
 
 */
 
function school_semesters(array $school)
 
{
 
  if (!$school['crawled'])
 
  if (empty($school['crawled']))
 
    return array();
 
  return $school['semesters'];
 
}
0 comments (0 inline, 0 general)