projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b8e27
)
require_once -> require
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Nov 2009 05:21:48 +0000
(22:21 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 24 Nov 2009 05:21:48 +0000
(22:21 -0700)
imp/search.php
patch
|
blob
|
history
diff --git
a/imp/search.php
b/imp/search.php
index
4fc1f1c
..
8a5288b
100644
(file)
--- a/
imp/search.php
+++ b/
imp/search.php
@@
-35,7
+35,7
@@
new IMP_Application(array('init' => true));
* allowed (basic page will do the required redirection in the latter case). */
if (!$browser->hasFeature('javascript') ||
($_SESSION['imp']['protocol'] == 'pop')) {
- require
_once
IMP_BASE . '/search-basic.php';
+ require IMP_BASE . '/search-basic.php';
exit;
}