]> git.donarmstrong.com Git - infobot.git/blobdiff - src/db_mysql.pl
- news: latest: use $who instead of $::who - need a standard!
[infobot.git] / src / db_mysql.pl
index f7178deb3f36268b2a837063d46123782b97a08f..1e97faa08ff057b1a08296db7683f1d1014fd0de 100644 (file)
@@ -85,6 +85,8 @@ sub dbGetCol {
     $query     .= " WHERE ".$where if ($where);
     my %retval;
 
+    &DEBUG("dbGetCol: query => '$query'.");
+
     my $sth = $dbh->prepare($query);
     &SQLDebug($query);
     if (!$sth->execute) {