2
0
forked from Wavyzz/dolibarr

Qual: All call to dolibarr_ functions are made on dol_ functions.

This commit is contained in:
Laurent Destailleur
2009-02-20 22:53:15 +00:00
parent 68779862f1
commit 0823322ba1
742 changed files with 4472 additions and 4464 deletions

View File

@@ -216,8 +216,8 @@ function commande_pdf_create($db, $id, $modele, $outputlangs)
else
{
$outputlangs->charset_output=$sav_charset_output;
dolibarr_syslog("Erreur dans commande_pdf_create");
dolibarr_print_error($db,$obj->pdferror());
dol_syslog("Erreur dans commande_pdf_create");
dol_print_error($db,$obj->pdferror());
return 0;
}
}