Fixed warning php. Tiquet: #2791
This commit is contained in:
parent
d208e06604
commit
bd336d68f0
|
@ -95,6 +95,7 @@ $filters = '<form method="post" action="index.php?sec=estado&sec2=operation/
|
|||
$ag_group . '&ag_freestring=' . $ag_freestring . '&ag_modulename=' . $ag_modulename . '&status=' . $status . '&sort_field=' .
|
||||
$sortField . '&sort=' . $sort .'&pure=' . $config['pure'] . $ag_custom_fields_params . '">';
|
||||
//echo '<table cellspacing="4" cellpadding="4" width="100%" class="databox"><tr>';
|
||||
$table = new StdClass();
|
||||
$table->width = "100%";
|
||||
$table->cellspacing = 0;
|
||||
$table->cellpadding = 0;
|
||||
|
@ -903,6 +904,7 @@ if (($config['dbtype'] == 'oracle') && ($result !== false)) {
|
|||
}
|
||||
}
|
||||
|
||||
$table = new StdClass();
|
||||
$table->cellpadding = 0;
|
||||
$table->cellspacing = 0;
|
||||
$table->width = "100%";
|
||||
|
|
Loading…
Reference in New Issue