phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] syncml/inc class.syncml_message.inc.php


From: Johan Gunnarsson
Subject: [Phpgroupware-cvs] syncml/inc class.syncml_message.inc.php
Date: Thu, 09 Aug 2007 14:01:19 +0000

CVSROOT:        /sources/phpgroupware
Module name:    syncml
Changes by:     Johan Gunnarsson <johang>       07/08/09 14:01:18

Modified files:
        inc            : class.syncml_message.inc.php 

Log message:
        Tiny PHP4 compatibility fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/syncml/inc/class.syncml_message.inc.php?cvsroot=phpgroupware&r1=1.2&r2=1.3

Patches:
Index: class.syncml_message.inc.php
===================================================================
RCS file: /sources/phpgroupware/syncml/inc/class.syncml_message.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- class.syncml_message.inc.php        5 Aug 2007 17:15:40 -0000       1.2
+++ class.syncml_message.inc.php        9 Aug 2007 14:01:18 -0000       1.3
@@ -7,7 +7,7 @@
         * @copyright Copyright (c) 2007 Free Software Foundation, Inc.
         * @license   GNU General Public License 3 or later
         * @package   syncml
-        * @version   $Id: class.syncml_message.inc.php,v 1.2 2007/08/05 
17:15:40 johang Exp $
+        * @version   $Id: class.syncml_message.inc.php,v 1.3 2007/08/09 
14:01:18 johang Exp $
         */
 
        require_once 'inc/class.syncml_command_final.inc.php';
@@ -65,7 +65,7 @@
                        }
                }
 
-               function execute($response)
+               function execute(&$response)
                {
                        $session = new syncml_session();
 
@@ -175,8 +175,6 @@
                        }
 
                        $session->commit();
-
-                       return $response;
                }
 
                /**




reply via email to

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