Changeset - 9aa851a94532
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-10 13:39:26
ohnobinki@ohnopublishing.net
Fix variable typo.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/school.inc
Show inline comments
 
@@ -171,7 +171,7 @@ function school_load_guess($update_sessi
 
	      $school = school_load($domain_school);
 
	      if ($school)
 
		{
 
		  if ($update_sesssion)
 
		  if ($update_session)
 
		    $_SESSION['school'] = $domain_school;
 
		  return school_load($domain_school);
 
		}
0 comments (0 inline, 0 general)