phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] chora/inc class.uicvs.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] chora/inc class.uicvs.inc.php
Date: Wed, 24 Jan 2007 17:25:26 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    chora
Changes by:     Caeies <Caeies> 07/01/24 17:25:26

Modified files:
        inc            : class.uicvs.inc.php 

Log message:
        some call to link() fixed

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

Patches:
Index: class.uicvs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/inc/class.uicvs.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- class.uicvs.inc.php 30 Apr 2002 23:20:45 -0000      1.2
+++ class.uicvs.inc.php 24 Jan 2007 17:25:25 -0000      1.3
@@ -8,7 +8,7 @@
   *  Free Software Foundation; either version 2 of the License, or (at your  *
   *  option) any later version.                                              *
   \**************************************************************************/
-       /* $Id: class.uicvs.inc.php,v 1.2 2002/04/30 23:20:45 skeeter Exp $ */
+       /* $Id: class.uicvs.inc.php,v 1.3 2007/01/24 17:25:25 Caeies Exp $ */
 
        class uicvs
        {
@@ -36,7 +36,7 @@
                                $command = 'log';
                        }
 
-                       echo '<form method="post" action="' . 
$GLOBALS['phpgw']->link('/index.php','menuaction=cvs.uicvs.index') . '">';
+                       echo '<form method="post" action="' . 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 'cvs.uicvs.index')) 
. '">';
                        echo 
$this->formatted_list($command,$this->cvs->commands,'command');
 
                        echo '</form>';




reply via email to

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