Merge branch 'master' into develop

This commit is contained in:
OpenXE
2022-12-02 13:25:22 +00:00
6 changed files with 9145 additions and 9116 deletions
+1 -1
View File
@@ -35713,7 +35713,7 @@ function Firmendaten($field,$projekt="")
}
$orderBy = '';
if($projekt > 0) {
$orderBy = sprintf(' ORDER BY %d DESC ', (int)$projekt);
$orderBy = ' ORDER BY projekt DESC';
}
return (int)$this->app->DB->Select(
sprintf(