librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1569] Apply groups fix to stable.


From: Toby Inkster
Subject: [Librefm-commits] [1569] Apply groups fix to stable.
Date: Thu, 14 May 2009 15:56:29 +0000

Revision: 1569
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1569
Author:   tobyink
Date:     2009-05-14 15:56:29 +0000 (Thu, 14 May 2009)
Log Message:
-----------
Apply groups fix to stable.

Modified Paths:
--------------
    branches/stable/nixtape/data/Group.php

Modified: branches/stable/nixtape/data/Group.php
===================================================================
--- branches/stable/nixtape/data/Group.php      2009-05-14 15:47:02 UTC (rev 
1568)
+++ branches/stable/nixtape/data/Group.php      2009-05-14 15:56:29 UTC (rev 
1569)
@@ -336,7 +336,7 @@
                global $mdb2;
                $res = $mdb2->query(sprintf('INSERT INTO Group_Members (grp, 
member, joined) VALUES (%s, %s, %d)',
                        $mdb2->quote($this->gid, 'integer'),
-                       $mdb2->quote($user->name, 'text'),
+                       $mdb2->quote($user->uniqueid, 'integer'),
                        time()));
 
                if(PEAR::isError($res))





reply via email to

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