Fixed error php

This commit is contained in:
m-lopez-f 2015-03-06 13:49:04 +01:00
parent 58722a5891
commit f3b1351f8d
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ $table->id = 'load_filter_form';
$table->width = '98%';
$table->cellspacing = 4;
$table->cellpadding = 4;
f(defined('METACONSOLE')){
if(defined('METACONSOLE')){
$table->width = '100%';
$table->cellspacing = 4;
$table->cellpadding = 4;