Revision 1336
Added by Luisehahne over 15 years ago
| save.php | ||
|---|---|---|
| 194 | 194 |
$sql .= 'WHERE `name` = "'.$setting_name.'" '; |
| 195 | 195 |
$sql .= 'AND `extra` = ""'; |
| 196 | 196 |
if($database->query($sql)) {
|
| 197 |
$sql_info = mysql_info($database->db_handle); |
|
| 198 | 197 |
} |
| 199 |
if($database->is_error()) {
|
|
| 200 |
$admin->print_error($database->get_error, ADMIN_URL.'/settings/index.php'.$advanced); |
|
| 201 |
} |
|
| 198 |
$sql_info = mysql_info($database->db_handle); |
|
| 202 | 199 |
} |
| 203 | 200 |
} |
| 204 | 201 |
|
Also available in: Unified diff
remove forgotten debug line