summaryrefslogtreecommitdiff
path: root/inc/io.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/io.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/io.php')
-rw-r--r--inc/io.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/io.php b/inc/io.php
index b0b834f9d..f62dba88b 100644
--- a/inc/io.php
+++ b/inc/io.php
@@ -8,13 +8,13 @@
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
require_once(DOKU_INC.'inc/common.php');
- require_once(DOKU_INC.'inc/parser.php');
/**
* Returns the parsed text from the given sourcefile. Uses cache
* if exists. Creates it if not.
*
* @author Andreas Gohr <andi@splitbrain.org>
+ * @deprecated -> parserutils
*/
function io_cacheParse($file){
global $conf;