]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/scripts/mysql2txt.pl
* Moved old /trunk/www out of trunk
[infobot.git] / blootbot / scripts / mysql2txt.pl
index c1a2c9364a34f5c01b4cfebc5c59873a4bf45469..53f3b7763f29247fbdc3f4f057702cb49e6950b8 100755 (executable)
@@ -21,7 +21,7 @@ if (!defined $dbname) {
 &loadConfig("files/blootbot.config");
 &loadDBModules();
 
-&openDB();
+&openDB($param{'DBName'}, $param{'SQLUser'}, $param{'SQLPass'});
 
 # retrieve a list of db's from the server.
 my %db;