mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
minor fix
This commit is contained in:
parent
452f5253e2
commit
cf6dddd933
@ -2164,6 +2164,10 @@ function html_print_table(&$table, $return=false)
|
||||
$output = '';
|
||||
static $table_count = 0;
|
||||
|
||||
if (!isset($table)) {
|
||||
$table = new StdClass();
|
||||
}
|
||||
|
||||
$table_count++;
|
||||
if (isset($table->align)) {
|
||||
foreach ($table->align as $key => $aa) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user