* In config.php3 include a relative admin.conf file not an absolute
* Add an entry in the FAQ about php magic quotes
* Escape double quotes in attribute values in the user edit page
+* Fix a bug in lib/sql/change_passwd.php3 when not using operators.
Ver 1.55:
* Update the FAQ about missing attributes from the user/group edit pages and add a few comments
in the configuration files
$text2 = ",':='";
$text3 = "AND op = ':='";
}
+else{
+ $text1 = '';
+ $text2 = '';
+ $text3 = '';
+}
$link = @da_sql_pconnect($config);
if ($link){
if (is_file("../lib/crypt/$config[general_encryption_method].php3")){