From 19a8ff643224385b0174f0bee0f5af0ad7c6e658 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 28 Dec 2007 16:34:47 +0000 Subject: [PATCH] include -> include_once --- html/recherche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/recherche.php b/html/recherche.php index 81285d753..4b833f1c8 100644 --- a/html/recherche.php +++ b/html/recherche.php @@ -37,7 +37,7 @@ include_once ("check_priv.php"); /* Admin. Dossier */ $cn=DbConnect($gDossier); -include ('class_user.php'); +include_once ('class_user.php'); $User=new cl_user($cn); $User->Check();