mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
cleared a reference to the old table-name info
This commit is contained in:
parent
01b0f63865
commit
e7184a2422
@ -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;
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user