From 79fa32551fb88a1bcfa037334412a546a19b1273 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 3 Aug 2003 17:25:35 +0000 Subject: [PATCH] Modif mineure --- htdocs/html.form.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 4f7b3be7df4..4414a288383 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -256,7 +256,8 @@ class Form { { $array[0] = "-"; } - sort ($array); + reset($array); + while (list($key, $value) = each ($array)) { print "