phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] notes/inc hook_help.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] notes/inc hook_help.inc.php
Date: Wed, 07 Mar 2007 10:46:37 +0000

CVSROOT:        /sources/phpgroupware
Module name:    notes
Changes by:     Sigurd Nes <sigurdne>   07/03/07 10:46:37

Modified files:
        inc            : hook_help.inc.php 

Log message:
        fix links in sidebox menu for manual

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

Patches:
Index: hook_help.inc.php
===================================================================
RCS file: /sources/phpgroupware/notes/inc/hook_help.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- hook_help.inc.php   28 Apr 2005 18:33:52 -0000      1.2
+++ hook_help.inc.php   7 Mar 2007 10:46:36 -0000       1.3
@@ -5,7 +5,7 @@
        * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package notes
-       * @version $Id: hook_help.inc.php,v 1.2 2005/04/28 18:33:52 powerstat 
Exp $
+       * @version $Id: hook_help.inc.php,v 1.3 2007/03/07 10:46:36 sigurdne 
Exp $
        */
 
        /**
@@ -19,7 +19,7 @@
        $GLOBALS['phpgw']->help->data[] = array
        (
                'text'                                  => lang('list'),
-               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('list.php'),
+               'url'                                   => 
$GLOBALS['phpgw']->help->check_help_file('list.php'),
                'lang_link_statustext'  => lang('list')
        );
 




reply via email to

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