[20866] Delete obsolete
Sigurd Nes <[email protected]>
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 20866
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20866
Author: sigurdne
Date: 2009-11-20 12:35:31 +0000 (Fri, 20 Nov 2009)
Log Message:
-----------
Delete obsolete
Removed Paths:
-------------
people/sigurdne/modules/todo/trunk/inc/hook_admin.inc.php
people/sigurdne/modules/todo/trunk/inc/hook_preferences.inc.php
Deleted: people/sigurdne/modules/todo/trunk/inc/hook_admin.inc.php
===================================================================
--- people/sigurdne/modules/todo/trunk/inc/hook_admin.inc.php 2009-11-20 12:35:08 UTC (rev 20865)
+++ people/sigurdne/modules/todo/trunk/inc/hook_admin.inc.php 2009-11-20 12:35:31 UTC (rev 20866)
@@ -1,19 +0,0 @@
-<?php
- /**
- * Todo - admin hook
- *
- * @author Joseph Engo <[email protected]>
- * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. http://www.fsf.org/
- * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
- * @package todo
- * @subpackage hooks
- * @version $Id$
- * @internal $Source$
- */
-
- $file = array
- (
- 'Global Categories' => $GLOBALS['phpgw']->link('/index.php', array('menuaction' => 'admin.uicategories.index', 'appname' => 'todo', 'global_cats' => 'True') )
- );
- $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
-?>
Deleted: people/sigurdne/modules/todo/trunk/inc/hook_preferences.inc.php
===================================================================
--- people/sigurdne/modules/todo/trunk/inc/hook_preferences.inc.php 2009-11-20 12:35:08 UTC (rev 20865)
+++ people/sigurdne/modules/todo/trunk/inc/hook_preferences.inc.php 2009-11-20 12:35:31 UTC (rev 20866)
@@ -1,25 +0,0 @@
-<?php
- /**
- * Todo - admin hook
- *
- * @author Joseph Engo <[email protected]>
- * @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 todo
- * @subpackage hooks
- * @version $Id$
- */
-
- {
-// Only Modify the $file and $title variables.....
-
- $file = Array
- (
- 'Preferences' => $GLOBALS['phpgw']->link('/index.php',array ('menuaction'=>'todo.uipreferences.preferences')),
- 'Grant Access' => $GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'preferences.uiadmin_acl.aclprefs', 'acl_app'=>$appname)),
- 'Edit categories' => $GLOBALS['phpgw']->link('/index.php',array('menuaction'=>'preferences.uicategories.index','cats_app'=>$appname,'cats_level'=>'True','global_cats'=>'True'))
- );
-// Do not modify below this line
- display_section($appname,$file);
- }
-?>