From a433887c578aeac12e04fa1574225bfc9005948a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 20 Apr 2009 16:44:46 +0000 Subject: [PATCH] Fix: delete obsolete function --- htdocs/lib/functions.lib.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 36b398fc5aa..0440bf4b348 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -1509,12 +1509,6 @@ function accessforbidden($message='',$printheader=1) } -/* For backward compatibility */ -function dolibarr_print_error($db='',$error='') -{ - return dol_print_error($db, $error); -} - /** * \brief Affiche message erreur system avec toutes les informations pour faciliter le diagnostic et la remont�e des bugs. * On doit appeler cette fonction quand une erreur technique bloquante est rencontree.