2
0
forked from Wavyzz/dolibarr

bug #33563 : error_reporting(-1)

This commit is contained in:
Laurent Destailleur
2011-06-17 19:14:47 +00:00
parent 6f27293a8b
commit a17d7c7ee0
21 changed files with 37 additions and 37 deletions

View File

@@ -136,7 +136,7 @@ class box_commandes extends ModeleBoxes {
}
}
function showBox()
function showBox($head = null, $contents = null)
{
parent::showBox($this->info_box_head, $this->info_box_contents);
}