CVSROOT:        /cvsroot/phpgroupware
Module name:    soap
Changes by:     Caeies <Caeies> 06/09/24 12:56:07

Modified files:
        .              : index.php 

Log message:
        link modification

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/soap/index.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/soap/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.php   26 Feb 2006 19:58:21 -0000      1.5
+++ index.php   24 Sep 2006 12:56:07 -0000      1.6
@@ -9,7 +9,7 @@
 *  option) any later version.                                              *
 \**************************************************************************/
 
-/* $Id: index.php,v 1.5 2006/02/26 19:58:21 Caeies Exp $ */
+/* $Id: index.php,v 1.6 2006/09/24 12:56:07 Caeies Exp $ */
 
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
@@ -21,7 +21,7 @@
        );
        include('../header.inc.php');
 
-       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=soap.test_methods.uitest_methods');
+       $GLOBALS['phpgw']->redirect_link('/index.php', array('menuaction' => 
'soap.test_methods.uitest_methods'));
        
        $GLOBALS['phpgw']->common->phpgw_exit();
 ?>


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to