Fixed error php

This commit is contained in:
m-lopez-f 2015-03-06 15:14:10 +01:00
parent 13bcd6bcb1
commit a926ab1e64
1 changed files with 1 additions and 1 deletions

View File

@ -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();