mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:39 +01:00
make syncml searching in egw-pear too
This commit is contained in:
parent
7025c0d91a
commit
baf14bae10
@ -21,7 +21,7 @@ ini_set('magic_quotes_runtime', 0);
|
|||||||
* include_path, you must add an ini_set() call here to add their location to
|
* include_path, you must add an ini_set() call here to add their location to
|
||||||
* the include_path. */
|
* the include_path. */
|
||||||
// ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
|
// ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
|
||||||
set_include_path(dirname(__FILE__). '/../../horde/' . PATH_SEPARATOR . get_include_path());
|
set_include_path(dirname(__FILE__). '/../../horde/' . PATH_SEPARATOR . dirname(__FILE__). '/../../../../egw-pear/' . PATH_SEPARATOR . get_include_path());
|
||||||
|
|
||||||
/* PEAR base class. */
|
/* PEAR base class. */
|
||||||
include_once 'PEAR.php';
|
include_once 'PEAR.php';
|
||||||
|
Loading…
Reference in New Issue
Block a user