- Patch #225880 by webchick: forgot to make a change to default.settings.php.

merge-requests/26/head
Dries Buytaert 2008-07-19 12:50:56 +00:00
parent e2c84d01af
commit 0c6014a0cc
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
$db_url = 'mysql://username:password@localhost/databasename';
$db_url = '';
$db_prefix = '';
/**