librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1354] and this


From: Clint Adams
Subject: [Librefm-commits] [1354] and this
Date: Fri, 08 May 2009 03:28:50 +0000

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

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

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-08 03:28:05 UTC (rev 1353)
+++ trunk/nixtape/data/Group.php        2009-05-08 03:28:49 UTC (rev 1354)
@@ -203,7 +203,7 @@
                {
                        $res = $mdb2->query("SELECT gc.* FROM "
                                . "Group_Members m "
-                               ."INNER JOIN (SELECT g.groupname, g.owner, 
g.fullname, g.bio, g.homepage, g.created, g.modified, g.avatar_uri, 
g.grouptype, COUNT(*) AS member_count "
+                               ."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 "





reply via email to

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