]> git.pld-linux.org Git - packages/Smarty.git/commitdiff
- updated for 3.0.5
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 12 Dec 2010 18:09:12 +0000 (18:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    path.patch -> 1.2

path.patch

index 1d9187bd8d1caf6d6db9c8765f78b9dec43d4ee9..e96f6632422680e8e43dfc60b71a8b47002de8f2 100644 (file)
@@ -1,11 +1,12 @@
---- Smarty-2.6.26/libs/Smarty.class.php~       2009-06-18 17:47:04.000000000 +0300
-+++ Smarty-2.6.26/libs/Smarty.class.php        2010-05-28 14:46:48.810070152 +0300
-@@ -46,7 +46,7 @@
+diff -ur Smarty-3.0.5/libs/Smarty.class.php Smarty-3.0.5.new//libs/Smarty.class.php
+--- Smarty-3.0.5/libs/Smarty.class.php 2010-11-21 03:59:07.000000000 +0100
++++ Smarty-3.0.5.new//libs/Smarty.class.php    2010-12-12 19:05:26.021806440 +0100
+@@ -43,7 +43,7 @@
+  * Sets SMARTY_DIR only if user application has not already defined it.
   */
  if (!defined('SMARTY_DIR')) {
--    define('SMARTY_DIR', dirname(__FILE__) . DIRECTORY_SEPARATOR);
+-    define('SMARTY_DIR', dirname(__FILE__) . DS);
 +    define('SMARTY_DIR', '/usr/share/php/Smarty/');
- }
+ } 
  
- if (!defined('SMARTY_CORE_DIR')) {
+ /**
This page took 0.104812 seconds and 4 git commands to generate.