From 0ef3c4d0955b700d5c062c88f77d845bab44b427 Mon Sep 17 00:00:00 2001 From: oldperl Date: Wed, 16 Nov 2011 11:23:52 +0000 Subject: [PATCH] svn del for inconsistenz --- .../Calendars/Ewiger_Adventskranz/output.php | 44 ------------------- 1 file changed, 44 deletions(-) delete mode 100644 trunk/Calendars/Ewiger_Adventskranz/output.php diff --git a/trunk/Calendars/Ewiger_Adventskranz/output.php b/trunk/Calendars/Ewiger_Adventskranz/output.php deleted file mode 100644 index ef85d08..0000000 --- a/trunk/Calendars/Ewiger_Adventskranz/output.php +++ /dev/null @@ -1,44 +0,0 @@ - - * @copyright 2011 PHP-Backoffice - * @link www.php-backoffice.de - * @link http://www.contenido.org - * - * $Id$ - */ - - -$cfgMod = array( - 'debug' => false -); - -// init db-object -if (!is_object($oDb)) { - $oDb = new DB_Contenido(); -} - -// init template -if (!is_object($oTpl)) { - $oTpl = new Template(); -} -$oTpl->reset(); - -// init debugger -cInclude('classes', 'Debug/DebuggerFactory.class.php'); -/* @var $oDebug Debug_VisibleAdv */ -$oDebug = DebuggerFactory::getDebugger('visible_adv'); - - -// your code here -// show debug & cleanup -if ($cfgMod['debug']) - $oDebug->showAll(); -unset($cfgMod); -unset($oDebug); -?> \ No newline at end of file