From 391628edd3be49c291b96c6a60104fa829155a8b Mon Sep 17 00:00:00 2001 From: dzeus Date: Sat, 27 Oct 2007 17:35:34 +0000 Subject: [PATCH] - up to 1.10.0 Changed files: lms-smarty.patch -> 1.3 --- lms-smarty.patch | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lms-smarty.patch b/lms-smarty.patch index 1bc9d05..5c1a7ed 100644 --- a/lms-smarty.patch +++ b/lms-smarty.patch @@ -1,43 +1,43 @@ ---- lms/contrib/customer/index.php 2006-09-19 09:29:54.000000000 +0300 -+++ lms.smarty/contrib/customer/index.php 2006-10-09 22:10:09.496575380 +0300 -@@ -127,7 +127,7 @@ +--- lms.orig/contrib/customer/index.php 2007-10-08 15:04:15.000000000 +0200 ++++ lms/contrib/customer/index.php 2007-10-27 19:28:36.000000000 +0200 +@@ -130,7 +130,7 @@ // Initialize templates engine --require_once($_LIB_DIR.'/Smarty/Smarty.class.php'); +-require_once(LIB_DIR.'/Smarty/Smarty.class.php'); +require_once('/usr/share/php/Smarty/Smarty.class.php'); $SMARTY = new Smarty; ---- lms/contrib/customer_otherip/class.php 2006-09-19 09:29:54.000000000 +0300 -+++ lms.smarty/contrib/customer_otherip/class.php 2006-10-09 22:10:28.897010001 +0300 -@@ -129,7 +129,7 @@ +--- lms.orig/contrib/customer_otherip/class.php 2007-10-08 15:04:15.000000000 +0200 ++++ lms/contrib/customer_otherip/class.php 2007-10-27 19:31:00.000000000 +0200 +@@ -132,7 +132,7 @@ // Initialize templates engine --require_once($_LIB_DIR.'/Smarty/Smarty.class.php'); +-require_once(LIB_DIR.'/Smarty/Smarty.class.php'); +require_once('/usr/share/php/Smarty/Smarty.class.php'); $SMARTY = new Smarty; ---- lms/contrib/squid_redirector/index.php 2006-09-19 09:29:54.000000000 +0300 -+++ lms.smarty/contrib/squid_redirector/index.php 2006-10-09 22:10:37.417200876 +0300 -@@ -119,7 +119,7 @@ +--- lms.orig/contrib/squid_redirector/index.php 2007-10-08 15:04:15.000000000 +0200 ++++ lms/contrib/squid_redirector/index.php 2007-10-27 19:28:14.000000000 +0200 +@@ -122,7 +122,7 @@ // Initialize templates engine --require_once($_LIB_DIR.'/Smarty/Smarty.class.php'); +-require_once(LIB_DIR.'/Smarty/Smarty.class.php'); +require_once('/usr/share/php/Smarty/Smarty.class.php'); $SMARTY = new Smarty; $SESSION = NULL; ---- lms/index.php 2006-10-09 22:11:58.559018668 +0300 -+++ lms.smarty/index.php 2006-10-09 22:09:37.405856460 +0300 -@@ -126,7 +126,7 @@ +--- lms.orig/index.php 2007-10-08 15:04:15.000000000 +0200 ++++ lms/index.php 2007-10-27 19:29:05.000000000 +0200 +@@ -139,7 +139,7 @@ // Initialize templates engine (must be before locale settings) --require_once($_LIB_DIR.'/Smarty/Smarty.class.php'); +-require_once(LIB_DIR.'/Smarty/Smarty.class.php'); +require_once('/usr/share/php/Smarty/Smarty.class.php'); $SMARTY = new Smarty; -- 2.43.0