about summary refs log tree commit diff stats
path: root/central/trunk/register.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 13:49:58 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-15 13:49:58 +0000
commit4d4f2acfe707a83dec8789f8159cb60eab38e290 (patch)
tree39371a8b2cc5f10d695c2c40c3f352c893b31221 /central/trunk/register.php
parent92722ab8471764037187a3169cee28b686367c7c (diff)
downloadinstadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.tar.gz
instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.tar.bz2
instadisc-4d4f2acfe707a83dec8789f8159cb60eab38e290.zip
Central: Added a login page
Refs #25
Diffstat (limited to 'central/trunk/register.php')
-rw-r--r--central/trunk/register.php2
1 files changed, 2 insertions, 0 deletions
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)
104 $numOfErrors++; 104 $numOfErrors++;
105 $errors[$numOfErrors] = array('field' => $field, 'msg' => $msg); 105 $errors[$numOfErrors] = array('field' => $field, 'msg' => $msg);
106} 106}
107
108?>