From a2d649c465f8f77c2b1dfdcc3724e69fde78a296 Mon Sep 17 00:00:00 2001 From: andi Date: Mon, 25 Apr 2005 20:35:43 +0200 Subject: changed XHTML renderer from outputbuffering to string appending #272 darcs-hash:20050425183543-9977f-86c2d99ebfcb30849443b7bc5ef1a09859148732.gz --- inc/io.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/io.php') diff --git a/inc/io.php b/inc/io.php index 36cacaa92..f6ad79a4e 100644 --- a/inc/io.php +++ b/inc/io.php @@ -17,6 +17,8 @@ * @deprecated -> parserutils */ function io_cacheParse($file){ + trigger_error("deprecated io_cacheParse called"); + global $conf; global $CACHEGROUP; global $parser; //we read parser options -- cgit v1.2.3