phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpbrain/inc hook_admin.inc.php,1.2,1.3


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpbrain/inc hook_admin.inc.php,1.2,1.3
Date: Mon, 17 Mar 2003 16:41:15 -0500

Update of /cvsroot/phpgroupware/phpbrain/inc
In directory subversions:/tmp/cvs-serv6561

Modified Files:
        hook_admin.inc.php 
Log Message:
fixed a link() glitch- thanks ||cw

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpbrain/inc/hook_admin.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_admin.inc.php  17 Mar 2003 04:30:38 -0000      1.2
--- hook_admin.inc.php  17 Mar 2003 21:40:47 -0000      1.3
***************
*** 21,25 ****
                        'Maintain Answers' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_answer'),
                        'Maintain Questions' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_question'),
!                       'Reports - Not implemented' => '' 
//$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.index')
                );
  
--- 21,25 ----
                        'Maintain Answers' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_answer'),
                        'Maintain Questions' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.maint_question'),
!                       'Reports - Not implemented' => 
$GLOBALS['phpgw']->link() 
//$GLOBALS['phpgw']->link('/index.php','menuaction=phpbrain.uikb.index')
                );
  





reply via email to

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