* Change use of AcctStartTime with AcctStopTime in failed_logins.php3 to match that in user_admin
* Fix a bug with failed logins in user_admin.
* Add the failed logins page in the buttons page
+* Add a missing WHERE UserName = '$login' in the UPDATE statement in lib/sql/change_info.php3. Patch by
+ Eddie Bindt <eddieb@users.sourceforge.net>
Ver 1.55:
* Update the FAQ about missing attributes from the user/group edit pages and add a few comments
in the configuration files
$res = @da_sql_query($link,$config,
"UPDATE $config[sql_user_info_table] SET Name = '$Fcn',Mail = '$Fmail',
Department = '$Fou', HomePhone = '$Fhomephone', WorkPhone = '$Ftelephonenumber',
- Mobile = '$Fmobile';");
+ Mobile = '$Fmobile' WHERE UserName = '$login';");
if (!$res || !@da_sql_affected_rows($link,$res,$config)){
echo "<b>Could not update user information in user info table: " . da_sql_error($link,$config) . "</b><br>\n";
$fail = 1;