projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eacb8c
)
Remove debug statement.
author
Gunnar Wrobel
<p@rdus.de>
Tue, 28 Sep 2010 13:03:10 +0000
(15:03 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Tue, 28 Sep 2010 13:03:10 +0000
(15:03 +0200)
components/script/horde-components.php
patch
|
blob
|
history
diff --git
a/components/script/horde-components.php
b/components/script/horde-components.php
index
082046c
..
5133e91
100755
(executable)
--- a/
components/script/horde-components.php
+++ b/
components/script/horde-components.php
@@
-1,7
+1,7
@@
#!/usr/bin/env php
<?php
if (strpos('@php_dir@', '@php_dir') === 0) {
- set_include_path(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR . get_include_path());
var_dump(get_include_path());
+ set_include_path(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'lib' . PATH_SEPARATOR . get_include_path());
}
require_once 'Horde/Autoloader/Default.php';