]> git.donarmstrong.com Git - infobot.git/blobdiff - src/db_mysql.pl
- another round of patches from lear. "we love you, lear!" j/k :o
[infobot.git] / src / db_mysql.pl
index cb7b136f8b4f3b7bee55797394a572c0e9b288d3..b4820513cba9a10bc24dd5f1fa183292b18b4fa4 100644 (file)
@@ -457,7 +457,7 @@ sub searchTable {
 
 sub dbCreateTable {
     my($table) = @_;
-    my(@path)  = (".","..","../..");
+    my(@path)  = ($bot_data_dir, ".","..","../..");
     my $found  = 0;
     my $data;