mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 14:51:14 +01:00
Bugfix dsgvo
This commit is contained in:
parent
5e0939904d
commit
ebc8f31781
@ -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");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user