SOURCES: sugarcrm-smarty.patch (NEW) - use system smarty

glen glen at pld-linux.org
Mon Feb 6 18:11:03 CET 2006


Author: glen                         Date: Mon Feb  6 17:11:03 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use system smarty

---- Files affected:
SOURCES:
   sugarcrm-smarty.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/sugarcrm-smarty.patch
diff -u /dev/null SOURCES/sugarcrm-smarty.patch:1.1
--- /dev/null	Mon Feb  6 18:11:03 2006
+++ SOURCES/sugarcrm-smarty.patch	Mon Feb  6 18:10:58 2006
@@ -0,0 +1,11 @@
+--- SugarSuite-Full-4.0.1/include/Sugar_Smarty.php~	2006-02-06 17:38:12.000000000 +0200
++++ SugarSuite-Full-4.0.1/include/Sugar_Smarty.php	2006-02-06 19:08:12.000000000 +0200
+@@ -2,7 +2,7 @@
+ 
+ // $Id$
+ 
+-require_once('include/Smarty/Smarty.class.php');
++require_once('/usr/share/php/Smarty/Smarty.class.php');
+ require_once('include/dir_inc.php');
+ if(!defined('SUGAR_SMARTY_DIR'))
+ {
================================================================


More information about the pld-cvs-commit mailing list