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
 
@@ -293,13 +293,13 @@ function school_instructions_html($schoo
 
 *   should be earlier, may be positive or negative). 'time_start',
 
 *   'time_end' are unix timestamps estimating the begin and end point
 
 *   of each semester.
 
 */
 
function school_semesters(array $school)
 
{
 
  if (!$school['crawled'])
 
  if (empty($school['crawled']))
 
    return array();
 
  return $school['semesters'];
 
}
 

	
 
/**
 
 * \brief
0 comments (0 inline, 0 general)