fixed bug #474685 (table not found editing user) thanks to Alister Bulman

This commit is contained in:
Loïc Chapeaux
2001-10-25 21:12:39 +00:00
parent 7de597bc43
commit 503b5e9380

View File

@@ -1169,7 +1169,7 @@ else if (isset($submit_updProfile)) {
$sql_query_cpy = '';
// Updates profile
$sql_query = 'UPDATE User SET ' . $sql_query . $common_where;
$sql_query = 'UPDATE user SET ' . $sql_query . $common_where;
$sql_query_cpy = $sql_query;
$result = @mysql_query($sql_query) or mysql_die('', '', FALSE, $err_url . '&host=' . urlencode($host) . '&pma_user=' . urlencode($pma_user) . '&edit=1');