librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1590] missing quote


From: Matt Lee
Subject: [Librefm-commits] [1590] missing quote
Date: Thu, 14 May 2009 20:23:15 +0000

Revision: 1590
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1590
Author:   mattl
Date:     2009-05-14 20:23:15 +0000 (Thu, 14 May 2009)
Log Message:
-----------
missing quote

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

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-14 20:22:36 UTC (rev 1589)
+++ trunk/nixtape/data/Group.php        2009-05-14 20:23:15 UTC (rev 1590)
@@ -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);
+                               .'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]