librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1355] and that


From: Clint Adams
Subject: [Librefm-commits] [1355] and that
Date: Fri, 08 May 2009 03:31:20 +0000

Revision: 1355
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1355
Author:   clint
Date:     2009-05-08 03:31:20 +0000 (Fri, 08 May 2009)
Log Message:
-----------
and that

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

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-08 03:28:49 UTC (rev 1354)
+++ trunk/nixtape/data/Group.php        2009-05-08 03:31:20 UTC (rev 1355)
@@ -206,7 +206,7 @@
                                ."INNER JOIN (SELECT g.id, 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) gc "
+                               ."GROUP BY g.id, g.groupname, g.owner, 
g.fullname, g.bio, g.homepage, g.created, g.modified, g.avatar_uri, 
g.grouptype) gc "
                                ."ON m.grp=gc.id "
                                ."WHERE 
m.member=".$mdb2->quote($user->uniqueid, 'integer'));
                }





reply via email to

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