reverse part of the revision [1025] that erronously changed an API without documenting it in the revision log
This commit is contained in:
parent
2e1dda9665
commit
c86efbdda3
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue