* When spliting cn in lib/ldap/create_user.php3 limit the split to 2 new elements not 3.
* Fix a few bugs in log_badlogins
* Fix a parse error in failed_logins.php3
+* Fix a bug in lib/defaults.php3 which did not allow the default.vals file to be used correctly
Ver 1.60:
* Use require_once when including lib/functions.php3 in lib/sql
* In the buttons toolbar Edit User should not be clickable.
continue;
list($key,$v)=split(":[[:space:]]*",$val);
$text_default_vals["$key"][0]="$v";
+ $text_default_vals["$key"]['count']++;
}
if (!isset($text_default_vals))
$text_default_vals["NOT_EXIST"][0] = '0';