MDL-17057 dml: fixed regression changed by removed dbpersist parameter - sorrrry

This commit is contained in:
skodak
2008-10-29 09:24:45 +00:00
parent aa9671c990
commit 2f17b76d4b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ class generator {
$class = get_class($DB);
$DB = new $class();
$DB->connect($CFG->dbhost, $CFG->dbuser, $CFG->dbpass, $CFG->dbname, true, $this->get('database_prefix'));
$DB->connect($CFG->dbhost, $CFG->dbuser, $CFG->dbpass, $CFG->dbname, $this->get('database_prefix'));
}
public function generate_users() {