]> git.pld-linux.org Git - packages/lms.git/blame - lms-smarty.patch
- updated for 1.11.10 (Kri)
[packages/lms.git] / lms-smarty.patch
CommitLineData
391628ed 1--- lms.orig/contrib/customer/index.php 2007-10-08 15:04:15.000000000 +0200
2+++ lms/contrib/customer/index.php 2007-10-27 19:28:36.000000000 +0200
3@@ -130,7 +130,7 @@
69258401
ER
4
5 // Initialize templates engine
6
391628ed 7-require_once(LIB_DIR.'/Smarty/Smarty.class.php');
69258401
ER
8+require_once('/usr/share/php/Smarty/Smarty.class.php');
9
10 $SMARTY = new Smarty;
11
391628ed 12--- lms.orig/contrib/customer_otherip/class.php 2007-10-08 15:04:15.000000000 +0200
13+++ lms/contrib/customer_otherip/class.php 2007-10-27 19:31:00.000000000 +0200
14@@ -132,7 +132,7 @@
69258401
ER
15
16 // Initialize templates engine
17
391628ed 18-require_once(LIB_DIR.'/Smarty/Smarty.class.php');
69258401
ER
19+require_once('/usr/share/php/Smarty/Smarty.class.php');
20
21 $SMARTY = new Smarty;
22
391628ed 23--- lms.orig/contrib/squid_redirector/index.php 2007-10-08 15:04:15.000000000 +0200
24+++ lms/contrib/squid_redirector/index.php 2007-10-27 19:28:14.000000000 +0200
25@@ -122,7 +122,7 @@
69258401
ER
26
27 // Initialize templates engine
28
391628ed 29-require_once(LIB_DIR.'/Smarty/Smarty.class.php');
69258401
ER
30+require_once('/usr/share/php/Smarty/Smarty.class.php');
31
32 $SMARTY = new Smarty;
33 $SESSION = NULL;
391628ed 34--- lms.orig/index.php 2007-10-08 15:04:15.000000000 +0200
35+++ lms/index.php 2007-10-27 19:29:05.000000000 +0200
36@@ -139,7 +139,7 @@
69258401
ER
37
38 // Initialize templates engine (must be before locale settings)
39
391628ed 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.028711 seconds and 4 git commands to generate.