mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
adapted the debian patch to the removed tab in phpgwapi/inc/functions.inc.php
This commit is contained in:
parent
d74bd8e3aa
commit
365d4cdafa
20
debian/patches/10-egw-functions-egw_pear.dpatch
vendored
20
debian/patches/10-egw-functions-egw_pear.dpatch
vendored
@ -8,14 +8,14 @@ diff -urNad egroupware~/phpgwapi/inc/functions.inc.php egroupware/phpgwapi/inc/f
|
|||||||
--- egroupware~/phpgwapi/inc/functions.inc.php 2007-01-24 20:50:42.000000000 +0100
|
--- egroupware~/phpgwapi/inc/functions.inc.php 2007-01-24 20:50:42.000000000 +0100
|
||||||
+++ egroupware/phpgwapi/inc/functions.inc.php 2006-12-29 04:12:29.000000000 +0100
|
+++ egroupware/phpgwapi/inc/functions.inc.php 2006-12-29 04:12:29.000000000 +0100
|
||||||
@@ -28,9 +28,9 @@
|
@@ -28,9 +28,9 @@
|
||||||
die("eGroupWare requires PHP $egw_min_php_version or greater.<br />Please contact your System Administrator to upgrade PHP!");
|
die("eGroupWare requires PHP $egw_min_php_version or greater.<br />Please contact your System Administrator to upgrade PHP!");
|
||||||
}
|
}
|
||||||
// check if eGW's pear repository is installed and prefer it over the other ones
|
// check if eGW's pear repository is installed and prefer it over the other ones
|
||||||
- if (is_dir(EGW_SERVER_ROOT.'/egw-pear'))
|
-if (is_dir(EGW_SERVER_ROOT.'/egw-pear'))
|
||||||
+ if (is_dir(EGW_SERVER_ROOT.'/egw_pear'))
|
+if (is_dir(EGW_SERVER_ROOT.'/egw_pear'))
|
||||||
{
|
{
|
||||||
- set_include_path(EGW_SERVER_ROOT.'/egw-pear'.PATH_SEPARATOR.get_include_path());
|
- set_include_path(EGW_SERVER_ROOT.'/egw-pear'.PATH_SEPARATOR.get_include_path());
|
||||||
+ set_include_path(EGW_SERVER_ROOT.'/egw_pear'.PATH_SEPARATOR.get_include_path());
|
+ set_include_path(EGW_SERVER_ROOT.'/egw_pear'.PATH_SEPARATOR.get_include_path());
|
||||||
//echo "<p align=right>include_path='".get_include_path()."'</p>\n";
|
//echo "<p align=right>include_path='".get_include_path()."'</p>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user