From: Michael M Slusarz Date: Wed, 7 Jul 2010 00:52:40 +0000 (-0600) Subject: This ini_set() doesn't work. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=135b2e087cb939ffc2c6c2e693a573c13bfdf492;p=horde.git This ini_set() doesn't work. --- 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); } }