librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1621] oomf


From: Clint Adams
Subject: [Librefm-commits] [1621] oomf
Date: Fri, 15 May 2009 03:27:32 +0000

Revision: 1621
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1621
Author:   clint
Date:     2009-05-15 03:27:31 +0000 (Fri, 15 May 2009)
Log Message:
-----------
oomf

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

Modified: trunk/nixtape/data/Group.php
===================================================================
--- trunk/nixtape/data/Group.php        2009-05-15 03:26:39 UTC (rev 1620)
+++ trunk/nixtape/data/Group.php        2009-05-15 03:27:31 UTC (rev 1621)
@@ -340,8 +340,8 @@
                global $adodb;
                try {
                        $res = $adodb->Execute(sprintf('INSERT INTO 
Group_Members (grp, member, joined) VALUES (%s, %s, %d)',
-                                               (int)($this->gid, 'integer'),
-                                               (int)($user->uniqueid, 
'integer'),
+                                               (int)($this->gid),
+                                               (int)($user->uniqueid),
                                                time()));
                }
                catch (exception $e) {





reply via email to

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