phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] fudforum/inc hook_preferences.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] fudforum/inc hook_preferences.inc.php
Date: Wed, 24 Jan 2007 17:07:44 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    fudforum
Changes by:     Caeies <Caeies> 07/01/24 17:07:44

Modified files:
        inc            : hook_preferences.inc.php 

Log message:
        some call to link() fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/fudforum/inc/hook_preferences.inc.php?cvsroot=phpgroupware&r1=1.1.1.1&r2=1.2

Patches:
Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/fudforum/inc/hook_preferences.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -b -r1.1.1.1 -r1.2
--- hook_preferences.inc.php    1 Nov 2003 22:57:15 -0000       1.1.1.1
+++ hook_preferences.inc.php    24 Jan 2007 17:07:44 -0000      1.2
@@ -8,12 +8,12 @@
        *  Free Software Foundation; either version 2 of the License, or (at 
your  *
        *  option) any later version.                                           
   *
        
\**************************************************************************/
-       /* $Id: hook_preferences.inc.php,v 1.1.1.1 2003/11/01 22:57:15 skwashd 
Exp $ */
+       /* $Id: hook_preferences.inc.php,v 1.2 2007/01/24 17:07:44 Caeies Exp $ 
*/
 
        {
                $file = Array
                (
-                       'Preferences' => 
$GLOBALS['phpgw']->link('/fudforum/index.php','t=register'),
+                       'Preferences' => 
$GLOBALS['phpgw']->link('/fudforum/index.php', array('t' => 'register')),
                );
 
 //Do not modify below this line




reply via email to

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