# HG changeset patch # User Nathan Phillip Brink # Date 2011-04-10 13:39:26 # Node ID 9aa851a94532b5c91f1502b208fd97e782649a77 # Parent 28ca95f269834ffab841525f81aeee230f0f4938 Fix variable typo. diff --git a/inc/school.inc b/inc/school.inc --- a/inc/school.inc +++ b/inc/school.inc @@ -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); }