]> git.pld-linux.org Git - packages/lms.git/blame - lms-smarty.patch
- updated to 1.9.8
[packages/lms.git] / lms-smarty.patch
CommitLineData
69258401
ER
1--- lms/contrib/customer/index.php 2006-09-19 09:29:54.000000000 +0300
2+++ lms.smarty/contrib/customer/index.php 2006-10-09 22:10:09.496575380 +0300
3@@ -127,7 +127,7 @@
4
5 // Initialize templates engine
6
7-require_once($_LIB_DIR.'/Smarty/Smarty.class.php');
8+require_once('/usr/share/php/Smarty/Smarty.class.php');
9
10 $SMARTY = new Smarty;
11
12--- lms/contrib/customer_otherip/class.php 2006-09-19 09:29:54.000000000 +0300
13+++ lms.smarty/contrib/customer_otherip/class.php 2006-10-09 22:10:28.897010001 +0300
14@@ -129,7 +129,7 @@
15
16 // Initialize templates engine
17
18-require_once($_LIB_DIR.'/Smarty/Smarty.class.php');
19+require_once('/usr/share/php/Smarty/Smarty.class.php');
20
21 $SMARTY = new Smarty;
22
23--- lms/contrib/squid_redirector/index.php 2006-09-19 09:29:54.000000000 +0300
24+++ lms.smarty/contrib/squid_redirector/index.php 2006-10-09 22:10:37.417200876 +0300
25@@ -119,7 +119,7 @@
26
27 // Initialize templates engine
28
29-require_once($_LIB_DIR.'/Smarty/Smarty.class.php');
30+require_once('/usr/share/php/Smarty/Smarty.class.php');
31
32 $SMARTY = new Smarty;
33 $SESSION = NULL;
34--- lms/index.php 2006-10-09 22:11:58.559018668 +0300
35+++ lms.smarty/index.php 2006-10-09 22:09:37.405856460 +0300
36@@ -126,7 +126,7 @@
37
38 // Initialize templates engine (must be before locale settings)
39
40-require_once($_LIB_DIR.'/Smarty/Smarty.class.php');
ed594eb1 41+require_once('/usr/share/php/Smarty/Smarty.class.php');
69258401
ER
42
43 $SMARTY = new Smarty;
44
This page took 0.034033 seconds and 4 git commands to generate.