Fix bug in removing entries by ID (wrong ID column name)
This commit is contained in:
@ -75,7 +75,7 @@ final class NodaTimeFulltextSyncManticore {
|
||||
public static function removeById(MDMysqli $mysqli_manticore, string $databasename, int $id):void {
|
||||
|
||||
$mysqli_manticore->do_update_query_large("DELETE FROM `" . $databasename . "_zeiten`
|
||||
WHERE `zeit_id` = " . $id);
|
||||
WHERE `entry_id` = " . $id);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user