cvs: smarty /libs/core core.write_compiled_include.php

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1058469767@cvsserver>
messju		Thu Jul 17 15:22:47 2003 EDT

  Modified files:              
    /smarty/libs/core	core.write_compiled_include.php 
  Log:
  fixed too short open-tag
  
Index: smarty/libs/core/core.write_compiled_include.php
diff -u smarty/libs/core/core.write_compiled_include.php:1.6 smarty/libs/core/core.write_compiled_include.php:1.7
--- smarty/libs/core/core.write_compiled_include.php:1.6	Mon Jun 23 12:16:58 2003
+++ smarty/libs/core/core.write_compiled_include.php	Thu Jul 17 15:22:47 2003
@@ -34,7 +34,7 @@
     $_include_compiled .= "\$this->_cache_serials['".$_compile_path."'] = '".$params['cache_serial']."';\n\n?>";
 
     $_include_compiled .= $params['plugins_code'];
-    $_include_compiled .= "<?";
+    $_include_compiled .= "<?php";
     for ($_i = 0, $_for_max = count($_match_source); $_i < $_for_max; $_i++) {
         $_match =& $_match_source[$_i];
         $_include_compiled .= "



-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.