diff --git a/htdocs/html.formadmin.class.php b/htdocs/html.formadmin.class.php
index 78396dcd591..47e1cc68288 100644
--- a/htdocs/html.formadmin.class.php
+++ b/htdocs/html.formadmin.class.php
@@ -156,6 +156,45 @@ class FormAdmin
print '';
}
+
+ /**
+ * \brief Retourne la liste déroulante des menus disponibles (eldy)
+ * \param selected Menu pré-sélectionnée
+ * \param htmlname Nom de la zone select
+ */
+ function select_timezone($selected='',$htmlname)
+ {
+ global $langs,$conf;
+
+ print '';
+ }
}
?>