From 4d4f2acfe707a83dec8789f8159cb60eab38e290 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Aug 2008 13:49:58 +0000 Subject: Central: Added a login page Refs #25 --- central/trunk/register.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'central/trunk/register.php') diff --git a/central/trunk/register.php b/central/trunk/register.php index 0d4d61d..87774fc 100644 --- a/central/trunk/register.php +++ b/central/trunk/register.php @@ -104,3 +104,5 @@ function addError(&$numOfErrors, &$errors, $field, $msg) $numOfErrors++; $errors[$numOfErrors] = array('field' => $field, 'msg' => $msg); } + +?> -- cgit 1.4.1