librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1589] ignore the limit


From: Matt Lee
Subject: [Librefm-commits] [1589] ignore the limit
Date: Thu, 14 May 2009 20:22:36 +0000

Revision: 1589
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1589
Author:   mattl
Date:     2009-05-14 20:22:36 +0000 (Thu, 14 May 2009)
Log Message:
-----------
ignore the limit

Modified Paths:
--------------
    trunk/nixtape/data/Group.php

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-14 20:21:49 UTC (rev 1588)
+++ trunk/nixtape/data/Group.php        2009-05-14 20:22:36 UTC (rev 1589)
@@ -221,7 +221,7 @@
                        $res = $mdb2->query('SELECT g.groupname, g.owner, 
g.fullname, g.bio, g.homepage, g.created, g.modified, g.avatar_uri, 
g.grouptype, COUNT(*) AS member_count '
                                .'FROM Groups g '
                                .'LEFT JOIN Group_Members gm ON gm.grp=g.id '
-                               .'GROUP BY g.groupname, g.owner, g.fullname, 
g.bio, g.homepage, g.created, g.modified, g.avatar_uri, g.grouptype LIMIT 20);
+                               .'GROUP BY g.groupname, g.owner, g.fullname, 
g.bio, g.homepage, g.created, g.modified, g.avatar_uri, g.grouptype);
                }
 
                if(PEAR::isError($res))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]