Bugfix SQL_CALC_FOUND_ROWS for all live tables

This commit is contained in:
Xenomporio
2022-08-08 14:06:22 +02:00
parent 7ff7e6bfd6
commit 37e100d7ff
8 changed files with 9 additions and 275 deletions
+2 -2
View File
@@ -589,7 +589,7 @@ class Auftrag extends GenAuftrag
$menu = "";
$sql = "SELECT
$sql = "SELECT SQL_CALC_FOUND_ROWS
a.id,
'<img src=./themes/{$this->app->Conf->WFconf['defaulttheme']}/images/details_open.png class=details>' AS `open`,
CONCAT('<input type=\"checkbox\" name=\"auswahl[]\" value=\"',a.id,'\" />') AS `auswahl`,
@@ -678,7 +678,7 @@ class Auftrag extends GenAuftrag
$menu = "";
$sql = "SELECT
$sql = "SELECT SQL_CALC_FOUND_ROWS
a.id,
'<img src=./themes/{$this->app->Conf->WFconf['defaulttheme']}/images/details_open.png class=details>' AS `open`,
CONCAT('<input type=\"checkbox\" name=\"auswahlcronjob[]\" value=\"',a.id,'\" />') AS `auswahl`,