From c112d57805d6740c6e0a200fd5fd3f2717f86c69 Mon Sep 17 00:00:00 2001 From: andi Date: Sat, 16 Apr 2005 19:17:33 +0200 Subject: new parser now default, caching added darcs-hash:20050416171733-9977f-61a66a56862c4126c6987cdc19609b4e5504da9b.gz --- inc/io.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/io.php') 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 + * @deprecated -> parserutils */ function io_cacheParse($file){ global $conf; -- cgit v1.2.3