From f8a9688a15a71da2e18316e37f763bf5ce092c7d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 17 Feb 2004 09:43:59 +0000 Subject: [PATCH] Ajout fonction de gestion des departements --- htdocs/html.form.class.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index e61f60d5122..b7a5001ad99 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -32,6 +32,40 @@ class Form { return 1; } + /* + * + * + */ + Function select_departement($selected='', $addnsp=0) + { + print ''; + } /* * *