From ecf0a580c164e2a1b009db471051a7a99c2ed6eb 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@150 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/db_dbm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/db_dbm.pl b/blootbot/src/db_dbm.pl index f9678ac..219fb47 100644 --- a/blootbot/src/db_dbm.pl +++ b/blootbot/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