]> git.donarmstrong.com Git - infobot.git/blobdiff - src/db_dbm.pl
- use &hasParam() instead of IsChanConf for more commands
[infobot.git] / src / db_dbm.pl
index f9678ac5c10e77fc6302d5685e9db3180ec9aa60..ece2927e58e982e560019c212585b989c4875fbe 100644 (file)
@@ -143,8 +143,8 @@ sub dbGetCol {
 }
 
 #####
-# Usage: &dbGetRowInfo();
-sub dbGetRowInfo {
+# Usage: &dbGetColInfo();
+sub dbGetColInfo {
     my ($db) = @_;
 
     if (scalar @{ "${db}_format" }) {
@@ -192,7 +192,7 @@ sub dbSet {
 }
 
 sub dbUpdate {
-    &DEBUG("STUB: &dbUpdate(@_); FIXME!!!");
+    &FIXME("STUB: &dbUpdate(@_); => somehow use dbInsert!");
 }
 
 sub dbInsert {