projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cdebc0
)
Fix base window handling when opened via href link
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 31 Dec 2008 06:47:40 +0000
(23:47 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 31 Dec 2008 06:47:40 +0000
(23:47 -0700)
imp/lib/DIMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/DIMP.php
b/imp/lib/DIMP.php
index
c377da9
..
722991a
100644
(file)
--- a/
imp/lib/DIMP.php
+++ b/
imp/lib/DIMP.php
@@
-523,7
+523,7
@@
class DIMP
// encode the params and explicitly call rawurlencode() in
// compose.php.
$args = IMP::composeLinkArgs($args, $extra);
- $encode_args = array();
+ $encode_args = array(
'popup' => 1
);
foreach ($args as $k => $v) {
$encode_args[$k] = rawurlencode($v);
}