mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:19 +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
|
||||
* the 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. */
|
||||
include_once 'PEAR.php';
|
||||
|
Loading…
Reference in New Issue
Block a user