SOURCES: lms-smarty.patch - fixed opening paren

gotar gotar at pld-linux.org
Thu Nov 30 22:08:01 CET 2006


Author: gotar                        Date: Thu Nov 30 21:08:01 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed opening paren

---- Files affected:
SOURCES:
   lms-smarty.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/lms-smarty.patch
diff -u SOURCES/lms-smarty.patch:1.1 SOURCES/lms-smarty.patch:1.2
--- SOURCES/lms-smarty.patch:1.1	Mon Oct  9 21:16:37 2006
+++ SOURCES/lms-smarty.patch	Thu Nov 30 22:07:56 2006
@@ -38,7 +38,7 @@
  // Initialize templates engine (must be before locale settings)
  
 -require_once($_LIB_DIR.'/Smarty/Smarty.class.php');
-+require_once '/usr/share/php/Smarty/Smarty.class.php');
++require_once('/usr/share/php/Smarty/Smarty.class.php');
  
  $SMARTY = new Smarty;
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lms-smarty.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list