Changeset 1986 for branches/branch-1_7/include/functions_user.inc.php
- Timestamp:
- Apr 27, 2007, 7:24:01 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/include/functions_user.inc.php
r1933 r1986 45 45 } 46 46 47 function register_user($login, $password, $mail_address )47 function register_user($login, $password, $mail_address, $errors = array()) 48 48 { 49 49 global $lang, $conf; 50 50 51 $errors = array();52 51 if ($login == '') 53 52 {
Note: See TracChangeset
for help on using the changeset viewer.