[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] news_admin/inc hook_admin.inc.php
From: |
Dave Hall |
Subject: |
[Phpgroupware-cvs] news_admin/inc hook_admin.inc.php |
Date: |
Sat, 19 Aug 2006 05:35:20 +0000 |
CVSROOT: /cvsroot/phpgroupware
Module name: news_admin
Changes by: Dave Hall <skwashd> 06/08/19 05:35:20
Modified files:
inc : hook_admin.inc.php
Log message:
remove the commented section as testing has worked
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/news_admin/inc/hook_admin.inc.php?cvsroot=phpgroupware&r1=1.12&r2=1.13
Patches:
Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/hook_admin.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- hook_admin.inc.php 15 Aug 2006 11:42:53 -0000 1.12
+++ hook_admin.inc.php 19 Aug 2006 05:35:19 -0000 1.13
@@ -9,7 +9,7 @@
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
- /* $Id: hook_admin.inc.php,v 1.12 2006/08/15 11:42:53 skwashd Exp $ */
+ /* $Id: hook_admin.inc.php,v 1.13 2006/08/19 05:35:19 skwashd Exp $ */
{
$file = array
(
@@ -25,13 +25,6 @@
'menuaction' => 'admin.uicategories.index',
'appname' => 'news_admin'
) ),
-/*
- 'Configure Access Permissions' =>
$GLOBALS['phpgw']->link('/index.php',
- array
- (
-
'menuaction' => 'news_admin.uiacl.acllist'
- ) ),
-*/
'configure access permissions' =>
$GLOBALS['phpgw']->link('/index.php',
array
(
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] news_admin/inc hook_admin.inc.php,
Dave Hall <=