From 6e39979957fa378f87e41a70ab161318cd9e21df Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Mon, 12 Dec 2005 06:09:29 +0000 Subject: [PATCH] Commenting two lines git-svn-id: https://svn.alkaloid.net/gpl/shout/trunk@162 06cd67b6-e706-0410-b29e-9de616bca6e9 --- andrew.webprj | 2 +- lib/base.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/andrew.webprj b/andrew.webprj index 47c8598b9..604f028cb 100644 --- a/andrew.webprj +++ b/andrew.webprj @@ -1,6 +1,6 @@ - + -//w3c//dtd xhtml 1.0 strict//en diff --git a/lib/base.php b/lib/base.php index 2b085d7ba..acb58c62e 100644 --- a/lib/base.php +++ b/lib/base.php @@ -7,7 +7,7 @@ * This file brings in all of the dependencies that every Shout * script will need and sets up objects that all scripts use. */ - + // Check for a prior definition of HORDE_BASE (perhaps by an // auto_prepend_file definition for site customization). @@ -54,8 +54,8 @@ require_once SHOUT_BASE . '/lib/Driver.php'; // require_once 'Horde/Form/Renderer.php'; // Variable handling libraries -require_once 'Horde/Variables.php'; -require_once 'Horde/Text/Filter.php'; +// require_once 'Horde/Variables.php'; +// require_once 'Horde/Text/Filter.php'; // UI classes. require_once 'Horde/UI/Tabs.php'; -- 2.11.0