2014-03-11 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: fixed the PHP warning in the function "html_get_predefined_table". Incident: #492 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9558 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
35b0d04faa
commit
7f07bbe124
|
@ -1,3 +1,10 @@
|
|||
2014-03-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_html.php: fixed the PHP warning in the function
|
||||
"html_get_predefined_table".
|
||||
|
||||
Incident: #492
|
||||
|
||||
2014-03-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/javascript/pandora_modules.js: fixed the javascript to
|
||||
|
|
|
@ -1176,6 +1176,8 @@ function html_get_predefined_table ($model = 'transparent', $columns = 4) {
|
|||
switch($model) {
|
||||
case 'transparent':
|
||||
default:
|
||||
$table = new stdClass();
|
||||
|
||||
$table->class = "none";
|
||||
$table->cellpadding = 0;
|
||||
$table->cellspacing = 0;
|
||||
|
|
Loading…
Reference in New Issue