Bugfix dsgvo

This commit is contained in:
Xenomporio 2022-05-24 16:53:33 +02:00
parent 5e0939904d
commit ebc8f31781

View File

@ -526,7 +526,7 @@ class Dsgvo{
$table = new EasyTable($this->app); $table = new EasyTable($this->app);
$table->Query("SELECT kommentar FROM dsgvo_loeschauftrag WHERE adresse = '$id' LIMIT 1"); $table->Query("SELECT kommentar FROM dsgvo_loeschauftrag WHERE adresse = '$id' LIMIT 1",0,"");
$table->DisplayNew("TABELLE","Grund","noAction"); $table->DisplayNew("TABELLE","Grund","noAction");