From 7eb83c49d14e2f02badc57ebdb98015eb3fe5fc2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 30 Jun 2004 10:43:33 +0000 Subject: [PATCH] not used anymore --- calendar/inc/hook_manual.inc.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 calendar/inc/hook_manual.inc.php diff --git a/calendar/inc/hook_manual.inc.php b/calendar/inc/hook_manual.inc.php deleted file mode 100755 index e94bf529bc..0000000000 --- a/calendar/inc/hook_manual.inc.php +++ /dev/null @@ -1,23 +0,0 @@ - * - * -------------------------------------------- * - * This program is free software; you can redistribute it and/or modify it * - * under the terms of the GNU General Public License as published by the * - * Free Software Foundation; either version 2 of the License, or (at your * - * option) any later version. * - \**************************************************************************/ - - /* $Id$ */ - -// Only Modify the $file variable..... - $file = Array( - 'Viewing' => 'view.php', - 'Adding' => 'add.php', - 'Edit/Deleting' => 'edit_delete.php' - ); -//Do not modify below this line - display_manual_section($appname,$file); -?>