mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +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']) {
|
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 {
|
} else {
|
||||||
$query = 'insert INTO infolog set '.$query;
|
$query = 'insert INTO infolog set '.$query;
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user