phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: meerkat discuss.php,1.4,1.4.2.1 index.php,1.5,1.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: meerkat discuss.php,1.4,1.4.2.1 index.php,1.5,1.5.2.1
Date: Mon, 12 Aug 2002 17:59:03 -0400

Update of /cvsroot/phpgroupware/meerkat
In directory subversions:/tmp/cvs-serv23632/meerkat

Modified Files:
      Tag: Version-0_9_14-branch
        discuss.php index.php 
Log Message:
Changed xmlrpc_decode() to phpgw_xmlrpc_decode() so as not to get confused with 
the internal xmlrpc codebase.

Index: discuss.php
===================================================================
RCS file: /cvsroot/phpgroupware/meerkat/discuss.php,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** discuss.php 4 Jan 2002 01:11:59 -0000       1.4
--- discuss.php 12 Aug 2002 21:59:01 -0000      1.4.2.1
***************
*** 41,47 ****
                $err = '';
                // get the first param
!               $msgID   = xmlrpc_decode($m->getParam(0));
!               $name    = xmlrpc_decode($m->getParam(1));
!               $comment = xmlrpc_decode($m->getParam(2));
        
                $countID = "${msgID}_count";
--- 41,47 ----
                $err = '';
                // get the first param
!               $msgID   = phpgw_xmlrpc_decode($m->getParam(0));
!               $name    = phpgw_xmlrpc_decode($m->getParam(1));
!               $comment = phpgw_xmlrpc_decode($m->getParam(2));
        
                $countID = "${msgID}_count";

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/meerkat/index.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** index.php   4 Jan 2002 01:24:54 -0000       1.5
--- index.php   12 Aug 2002 21:59:01 -0000      1.5.2.1
***************
*** 42,46 ****
                        $GLOBALS['phpgw']->common->phpgw_exit();
                }
!               return xmlrpc_decode($resp->value());
        }
  
--- 42,46 ----
                        $GLOBALS['phpgw']->common->phpgw_exit();
                }
!               return phpgw_xmlrpc_decode($resp->value());
        }
  





reply via email to

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