about summary refs log tree commit diff stats
path: root/central/trunk/activate.php
diff options
context:
space:
mode:
Diffstat (limited to 'central/trunk/activate.php')
-rw-r--r--central/trunk/activate.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/central/trunk/activate.php b/central/trunk/activate.php index 7b319b5..3237b70 100644 --- a/central/trunk/activate.php +++ b/central/trunk/activate.php
@@ -99,3 +99,5 @@ function addError(&$numOfErrors, &$errors, $field, $msg)
99 $numOfErrors++; 99 $numOfErrors++;
100 $errors[$numOfErrors] = array('field' => $field, 'msg' => $msg); 100 $errors[$numOfErrors] = array('field' => $field, 'msg' => $msg);
101} 101}
102
103?>