Fixed PHP Warnings

This commit is contained in:
mdtrooper 2015-05-22 17:28:44 +02:00
parent 3ee4194d11
commit 3a213df637
1 changed files with 2 additions and 1 deletions

View File

@ -134,8 +134,9 @@ if ($multiple_delete) {
$graphs = custom_graphs_get_user ($config['id_user'], false, true, "RR");
if (!empty ($graphs)) {
$table = new stdClass();
$table->width = '98%';
$tale->class = 'databox_frame';
$table->class = 'databox_frame';
$table->align = array ();
$table->head = array ();
$table->head[0] = __('Graph name');