tune layout of new message modal, fix pagination of message table

This commit is contained in:
Harald Bamberger
2025-06-05 17:06:55 +02:00
parent 3ff0f55cc0
commit 970e950894
5 changed files with 35 additions and 14 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ class Message_model extends DB_Model
if (isError($count))
return $count;
$count = floor(current(getData($count))->count/$limit);
$count = ceil(current(getData($count))->count/$limit);
$sql = "
SELECT * FROM (
" . $sql_base . "