about summary refs log tree commit diff stats
path: root/central/trunk/register.php
diff options
context:
space:
mode:
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?>