Fixed error php
This commit is contained in:
parent
a926ab1e64
commit
84de8b6a45
|
@ -112,7 +112,7 @@ if ($filters === false)
|
|||
$filters = array ();
|
||||
|
||||
$table->width = '90%';
|
||||
f (defined('METACONSOLE')){
|
||||
if (defined('METACONSOLE')){
|
||||
$table->width = '100%';
|
||||
}
|
||||
$table->head = array ();
|
||||
|
|
Loading…
Reference in New Issue