WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Meldung "Exception: "Error in SQL-Statement" >> Exception detected in: [/framework/WbDatabase.php]"
Bei Zeitformat steht jetzt 12:28 da
<?php$sql = 'UPDATE `'.$oDb->TablePrefix.'users` ' . 'SET `display_name`=\''.$display_name.'\', ' . '`language`=\''.$language.'\', ' . '`timezone`=\''.$timezone.'\', ' . '`date_format`=\''.$date_format.'\', ' . '`time_format`=\''.$time_format.'\''; // << kein Komma und keine Leerstelle hinten if($sPwHashNew) { $sql .= ', `password`=\''.$sPwHashNew.'\''; //<< Komma+Leerstelle vorne, keine Leerstelle hinten } if($email != '') { $sql .= ', `email`=\''.$email.'\''; //<< Komma+Leerstelle vorne, keine Leerstelle hinten } $sql .= ' WHERE `user_id`='.(int)$admin->get_user_id(); //<< Leerstelle vorne