diff --git a/src/families.php b/src/families.php index 06495a0..dd86a3d 100644 --- a/src/families.php +++ b/src/families.php @@ -19,6 +19,7 @@ $smarty = new MySmarty(); $opt = $smarty->opt(); session_start(); +$haserror = false; if (!isset($_SESSION["userid"])) { header("Location: " . getFullPath("login.php")); exit; diff --git a/src/templates/categories.tpl b/src/templates/categories.tpl index 2307b9f..077988b 100644 --- a/src/templates/categories.tpl +++ b/src/templates/categories.tpl @@ -20,8 +20,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA