Some of us like to roll with the default mysql admin user whose name is root and password is NULL. DBTNG gives a notice because of this pass. I changed line 57 and replaced with;
// Suppress Notice since pass can be NULL
'password' => @$info['pass'],
Comments
Comment #1
mikey_p commentedi've got this in my template and in git.
Comment #2
mikey_p commentedThis is committed to 6.x-1.x-dev. Will tag shortly.