[development] settings.php broken after last commit

Tadej Baša tadej.basa at gmail.com
Mon Feb 5 22:13:56 UTC 2007


In case you don't know this already (it's been in CVS for 5 days now),
after the last commit to settings.php the installer doesn't work
anymore.
line 93 reads
$db_url = 'mysql://drupal:drupal@localhost/drupal';
instead of
$db_url = 'mysql://username:password@localhost/databasename';

-- 
Tadej


More information about the development mailing list