From ad0a7f85a2328837dfde92974979809121e76c40 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 3 Sep 2007 15:46:23 +0000 Subject: Make ITools original stynax compatible again --- it_text.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_text.class b/it_text.class index a35f701..e7b2533 100644 --- a/it_text.class +++ b/it_text.class @@ -110,7 +110,7 @@ function text($label, $raw = null, $language = null) if ($fh = fopen($GLOBALS['ULTRAHOME'] . "/log/text_log", "a")) { - fputs($fh, date("Y-m-d H:i:s") . "\t" . $_SERVER['REQUEST_URI'] . "\t" . $label . "\t" . $language . "\t" . it::replace('auto_prepend\S+\s+'=>'', it_debug::backtrace()) . "\n"); + fputs($fh, date("Y-m-d H:i:s") . "\t" . $_SERVER['REQUEST_URI'] . "\t" . $label . "\t" . $language . "\t" . it::replace(array('auto_prepend\S+\s+'=>''), it_debug::backtrace()) . "\n"); fclose($fh); } -- cgit v1.2.3