cleared a reference to the old table-name info

This commit is contained in:
Ralf Becker 2001-05-24 18:16:50 +00:00
parent 01b0f63865
commit e7184a2422

View File

@ -389,7 +389,7 @@
}
}
if ($values['info_id']) {
$query = 'update info set '.$query.' where info_id=\'' . $values['info_id'] .'\'';
$query = 'update infolog set '.$query.' where info_id=\'' . $values['info_id'] .'\'';
} else {
$query = 'insert INTO infolog set '.$query;
/*