From 6fa8c7153fe4465017facdbcd06b69f3e622c1db Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 2 May 2004 09:52:01 +0000 Subject: [PATCH] Bug : forgot to include a file --- html/annulation.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/annulation.php b/html/annulation.php index 94762bde4..18f1da4ee 100644 --- a/html/annulation.php +++ b/html/annulation.php @@ -23,7 +23,8 @@ include_once ("poste.php"); include_once("preference.php"); include_once("central_inc.php"); include_once("user_common.php"); -include_Once("form_input.php"); +include_once("form_input.php"); +include_once("check_priv.php"); html_page_start($g_UserProperty['use_theme']); if ( ! isset ( $g_dossier ) ) {