summaryrefslogtreecommitdiff
path: root/inc/format.php
diff options
context:
space:
mode:
authorandi <andi@splitbrain.org>2005-04-16 19:17:33 +0200
committerandi <andi@splitbrain.org>2005-04-16 19:17:33 +0200
commitc112d57805d6740c6e0a200fd5fd3f2717f86c69 (patch)
treeedd52d6bd546cb2600af82c1d354360a968ef3c7 /inc/format.php
parentf54a290c82dea42a1006c3e79b9d55455f424381 (diff)
downloadrpg-c112d57805d6740c6e0a200fd5fd3f2717f86c69.tar.gz
rpg-c112d57805d6740c6e0a200fd5fd3f2717f86c69.tar.bz2
new parser now default, caching added
darcs-hash:20050416171733-9977f-61a66a56862c4126c6987cdc19609b4e5504da9b.gz
Diffstat (limited to 'inc/format.php')
-rw-r--r--inc/format.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/format.php b/inc/format.php
index d703d78ad..0a20b566c 100644
--- a/inc/format.php
+++ b/inc/format.php
@@ -7,6 +7,8 @@
* @deprecated part of the XHTML renderer
*/
+trigger_error('deprecated parser.php included');
+
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
require_once(DOKU_INC.'conf/dokuwiki.php');
require_once(DOKU_INC.'inc/common.php');