This ini_set() doesn't work.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Jul 2010 00:52:40 +0000 (18:52 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Jul 2010 00:52:40 +0000 (18:52 -0600)
framework/View/lib/Horde/View.php

index 5827dca..cda9f0e 100644 (file)
@@ -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);
     }
 
 }