Fix: miscellaneous not initialized vars

This commit is contained in:
Laurent Destailleur
2012-02-07 18:48:50 +01:00
parent d686c52b63
commit 104a4532b9
14 changed files with 44 additions and 26 deletions

View File

@@ -205,7 +205,7 @@ function commande_pdf_create($db, $object, $modele, $outputlangs, $hidedetails=0
require_once($file);
$obj = new $classname($db);
$obj->message = $message;
//$obj->message = $message;
// We save charset_output to restore it because write_file can change it if needed for
// output format that does not support UTF8.