reverse part of the revision [1025] that erronously changed an API without documenting it in the revision log

This commit is contained in:
Antoine Beaupré 2006-04-26 16:28:57 +00:00
parent 2e1dda9665
commit c86efbdda3
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {