Skip to content

Commit

Permalink
PHP4 compatibility changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 13, 2009
1 parent 8a8a877 commit 0e12cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/db_store.php
Expand Up @@ -18,7 +18,7 @@ function db_store($config = null) {
if ($this->db) {
if (mysql_select_db($config['database']['database'], $this->db)) {
$this->connected = true;
self::setup();
$this->setup();
} else {
user_error("Could not connect to database");
}
Expand Down

0 comments on commit 0e12cf6

Please sign in to comment.