projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f504d27
)
In JS eval() context, function definition is not allowed. Need actual statements...
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Aug 2009 19:06:20 +0000
(13:06 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 19 Aug 2009 19:06:20 +0000
(13:06 -0600)
imp/lib/IMP.php
patch
|
blob
|
history
diff --git
a/imp/lib/IMP.php
b/imp/lib/IMP.php
index
4f4d84f
..
1b65c94
100644
(file)
--- a/
imp/lib/IMP.php
+++ b/
imp/lib/IMP.php
@@
-1222,7
+1222,7
@@
class IMP
}
$js_params = array(
- 'action' => $action
? 'function() {' . $action . '}' : ''
,
+ 'action' => $action,
'uri' => Horde::applicationUrl('ajax.php', true, -1) . '/' . $type,
'params' => $params,
'text' => $text,