From 135b2e087cb939ffc2c6c2e693a573c13bfdf492 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 6 Jul 2010 18:52:40 -0600 Subject: [PATCH] This ini_set() doesn't work. --- framework/View/lib/Horde/View.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/View/lib/Horde/View.php b/framework/View/lib/Horde/View.php index 5827dca14..cda9f0ee8 100644 --- a/framework/View/lib/Horde/View.php +++ b/framework/View/lib/Horde/View.php @@ -29,9 +29,7 @@ class Horde_View extends Horde_View_Base } } - $oldShortOpenTag = ini_set('short_open_tag', 1); include func_get_arg(0); - ini_set('short_open_tag', $oldShortOpenTag); } } -- 2.11.0