]> git.donarmstrong.com Git - infobot.git/commitdiff
that won't work
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 21 Nov 2002 21:16:24 +0000 (21:16 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 21 Nov 2002 21:16:24 +0000 (21:16 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@669 c11ca15a-4712-0410-83d8-924469b57eb5

src/dbi.pl

index aefd3932af0de9354106059068eac74948ec8ce5..3ead58ae173715e9ec83314ecc22ebb38f186368 100644 (file)
@@ -179,7 +179,7 @@ sub dbGetColNiceHash {
        return;
     }
 
-    %retval = %{ $sth->fetchrow_hashref() } if $sth->fetchrow_hashref();
+    %retval = $sth->fetchrow_hashref();
 
     $sth->finish;