mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
php8 incompatibility fixes
This commit is contained in:
parent
412104300c
commit
ef01e19de9
@ -22,6 +22,7 @@ $searchModules = check_acl($config['id_user'], 0, 'AR');
|
|||||||
if (!$modules || !$searchModules) {
|
if (!$modules || !$searchModules) {
|
||||||
echo "<br><div class='nf'>".__('Zero results found')."</div>\n";
|
echo "<br><div class='nf'>".__('Zero results found')."</div>\n";
|
||||||
} else {
|
} else {
|
||||||
|
$table = new stdClass();
|
||||||
$table->cellpadding = 4;
|
$table->cellpadding = 4;
|
||||||
$table->cellspacing = 4;
|
$table->cellspacing = 4;
|
||||||
$table->width = '98%';
|
$table->width = '98%';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user