mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
Fixed error php
This commit is contained in:
parent
13bcd6bcb1
commit
a926ab1e64
@ -506,7 +506,7 @@ if(defined('METACONSOLE')){
|
||||
$table_custom_fields->cellspacing = '0';
|
||||
}
|
||||
$table_custom_fields->style = array();
|
||||
f(!defined('METACONSOLE'))
|
||||
if(!defined('METACONSOLE'))
|
||||
$table_custom_fields->style[0] = 'font-weight: bold; width: 150px;';
|
||||
$table_custom_fields->colspan = array();
|
||||
$table_custom_fields->data = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user