From 5b263218145f896e3ec3a214458e2e1985cf2723 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 19 Dec 2007 06:41:58 +0000 Subject: Bug 408766: Apache::DBI was unnecessary and was causing problems for some users. Patch By Max Kanat-Alexander r=justdave, a=mkanat --- Bugzilla/DB.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index ec241bcca..40cd3e3a1 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -1065,7 +1065,6 @@ sub db_new { } # connect using our known info to the specified db - # Apache::DBI will cache this when using mod_perl my $self = DBI->connect($dsn, $user, $pass, $attributes) or die "\nCan't connect to the database.\nError: $DBI::errstr\n" . " Is your database installed and up and running?\n Do you have" -- cgit v1.2.3-24-g4f1b