summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/MetaDB/mysql.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-04-13 16:18:40 +0200
committerOliver Tappe2007-04-13 16:18:40 +0200
commitc47c96cb8cc3933353707091cd5ca848ed4892fa (patch)
treeaa772c79573e0e5a3008ea2b5346648862acae00 /config-db/OpenSLX/MetaDB/mysql.pm
parent* changed POD back from documenting 'add' to 'export', as 'adding' an export ... (diff)
downloadcore-c47c96cb8cc3933353707091cd5ca848ed4892fa.tar.gz
core-c47c96cb8cc3933353707091cd5ca848ed4892fa.tar.xz
core-c47c96cb8cc3933353707091cd5ca848ed4892fa.zip
* fixed incorrect module names in error message.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@885 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/MetaDB/mysql.pm')
-rw-r--r--config-db/OpenSLX/MetaDB/mysql.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/OpenSLX/MetaDB/mysql.pm b/config-db/OpenSLX/MetaDB/mysql.pm
index fee9758d..dcb7ff0e 100644
--- a/config-db/OpenSLX/MetaDB/mysql.pm
+++ b/config-db/OpenSLX/MetaDB/mysql.pm
@@ -55,7 +55,7 @@ sub connect
vlog 1, "trying to connect user <$user> to mysql-database <$dbSpec>";
eval ('require DBD::mysql; 1;')
or die _tr(qq[%s doesn't seem to be installed,
-so there is no support for %s available, sorry!\n], 'DBI::mysql', 'mysql');
+so there is no support for %s available, sorry!\n], 'DBD::mysql', 'mysql');
$self->{'dbh'} = DBI->connect("dbi:mysql:$dbSpec", $user, '',
{PrintError => 0})
or confess _tr("Cannot connect to database <%s> (%s)",