From 5ce4f923e27fe821873c10703c8abea8ef16b88a Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Dec 2010 19:31:59 +0000 Subject: [PATCH] Fix: better solution with new system --- htdocs/lib/functions.lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 3ec3b690eee..dcb0ff51c71 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -67,7 +67,6 @@ function GETPOST($paramname,$check='',$method=0) /** * Return a prefix to use for this Dolibarr instance for session or cookie names. * This prefix is unique for instance and avoid conflict between multi-instances Dolibarrs. - * TODO This function is not called by main.inc.php because function is not included yet * @return string A calculated prefix */ function dol_getprefix()