Bug : forgot to include a file

This commit is contained in:
sparkyx 2004-05-02 09:52:01 +00:00
parent a4b0c23632
commit 6fa8c7153f

View file

@ -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 ) ) {