From 020197f539c471c4a31ffbf02ec405623152250c Mon Sep 17 00:00:00 2001 From: dms Date: Mon, 2 Oct 2000 17:23:07 +0000 Subject: [PATCH] minor update git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@150 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/db_dbm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db_dbm.pl b/src/db_dbm.pl index f9678ac..219fb47 100644 --- a/src/db_dbm.pl +++ b/src/db_dbm.pl @@ -192,7 +192,7 @@ sub dbSet { } sub dbUpdate { - &DEBUG("STUB: &dbUpdate(@_); FIXME!!!"); + &FIXME("STUB: &dbUpdate(@_); => somehow use dbInsert!"); } sub dbInsert { -- 2.39.5