From 8024d94e44a59f3edc506a445606a46bec5fc1e7 Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 7 Dec 2002 00:26:22 +0000 Subject: [PATCH] comment git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@736 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/UserExtra.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index 63092d3..21dbfa0 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/src/UserExtra.pl @@ -822,7 +822,7 @@ sub userCommands { # todo: use dbGetColNiceHash(). my %hash = &sqlSelectColHash("stats", "nick,counter", { type => "cmdstats" }, 1); -# does ORDER matter when used with a hash? +# ORDER won't be retained in a hash # " ORDER BY counter DESC", 1); if (0) { -- 2.39.5