diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 14ed8e5544d..f83d692bd04 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -3,6 +3,7 @@ * Copyright (C) 2004 Laurent Destailleur * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Eric Seigne * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -98,8 +99,8 @@ class Form { print ''; } $i++; @@ -204,8 +205,8 @@ class Form { print ''; $i++; @@ -399,7 +400,7 @@ class Form { print ''; $i++; @@ -457,8 +458,8 @@ class Form { print ''; } $i++; @@ -574,7 +575,7 @@ class Form $strmonth[11] = "Novembre"; $strmonth[12] = "Décembre"; - # Analyse de la date de préselection + // Analyse de la date de préselection if (eregi('^([0-9]+)\-([0-9]+)\-([0-9]+)\s?([0-9]+)?:?([0-9]+)?',$set_time,$reg)) { // Date au format 'YYYY-MM-DD' ou 'YYYY-MM-DD HH:MM:SS' $syear = $reg[1];