From: timriker Date: Thu, 21 Nov 2002 21:16:24 +0000 (+0000) Subject: that won't work X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c7b59df80097cff6b1d8c1e36863d3b8a464e4ad;p=infobot.git that won't work git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@669 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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;