mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed PHP Warnings
This commit is contained in:
parent
3ee4194d11
commit
3a213df637
@ -134,8 +134,9 @@ if ($multiple_delete) {
|
|||||||
$graphs = custom_graphs_get_user ($config['id_user'], false, true, "RR");
|
$graphs = custom_graphs_get_user ($config['id_user'], false, true, "RR");
|
||||||
|
|
||||||
if (!empty ($graphs)) {
|
if (!empty ($graphs)) {
|
||||||
|
$table = new stdClass();
|
||||||
$table->width = '98%';
|
$table->width = '98%';
|
||||||
$tale->class = 'databox_frame';
|
$table->class = 'databox_frame';
|
||||||
$table->align = array ();
|
$table->align = array ();
|
||||||
$table->head = array ();
|
$table->head = array ();
|
||||||
$table->head[0] = __('Graph name');
|
$table->head[0] = __('Graph name');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user