From c86efbdda36b6d676111c6caeea0be44d68337c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 26 Apr 2006 16:28:57 +0000 Subject: [PATCH] reverse part of the revision [1025] that erronously changed an API without documenting it in the revision log --- bureau/class/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/variables.php b/bureau/class/variables.php index 1dc8e4d1..b9f3834e 100644 --- a/bureau/class/variables.php +++ b/bureau/class/variables.php @@ -40,7 +40,7 @@ * with variable_set() as well as those explicitly specified in the configuration * file. */ -function variable_init() { +function variable_init($conf = array()) { global $db; $result = $db->query('SELECT * FROM `variable`'); while ($db->next_record($result)) {