BUGFIX allow selection of database adpater

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100727 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Tom Rix 2010-03-09 21:38:36 +00:00 committed by Sam Minnee
parent fa761d32b4
commit 74293ba3d7

View File

@ -307,8 +307,8 @@ else echo 'localhost
if (e.target.parentNode.childNodes[0].getAttribute('notavailable')) {
// Show the warning for this adapter
getElementsByClassName('databaseError', e.target.parentNode)[0].style.display = 'block';
return false;
}
return false;
}
for(var i = 0; i < children.length; i++) {
if (children[i].nodeType != 3) {