From c7b59df80097cff6b1d8c1e36863d3b8a464e4ad Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 21 Nov 2002 21:16:24 +0000 Subject: [PATCH] that won't work git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@669 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/dbi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/dbi.pl b/blootbot/src/dbi.pl index aefd393..3ead58a 100644 --- a/blootbot/src/dbi.pl +++ b/blootbot/src/dbi.pl @@ -179,7 +179,7 @@ sub dbGetColNiceHash { return; } - %retval = %{ $sth->fetchrow_hashref() } if $sth->fetchrow_hashref(); + %retval = $sth->fetchrow_hashref(); $sth->finish; -- 2.39.5