Fixed warning php

This commit is contained in:
m-lopez-f 2015-11-27 09:51:26 +01:00
parent 5c59a75492
commit 719ece1ce8
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ switch ($config["dbtype"]) {
$sql_all = sprintf($sql_all, $whereSubquery);
$sql_count = sprintf($sql_count, $whereSubquery);
$table = new stdClass();
$table->width = '100%';
$table->cellpadding = 0;
$table->cellspacing = 0;