projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7460b
)
Unneeded require_once().
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 7 Jan 2009 21:22:18 +0000
(14:22 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 8 Jan 2009 00:51:34 +0000
(17:51 -0700)
imp/templates/javascript_defs.php
patch
|
blob
|
history
diff --git
a/imp/templates/javascript_defs.php
b/imp/templates/javascript_defs.php
index
609a732
..
8ee5e46
100644
(file)
--- a/
imp/templates/javascript_defs.php
+++ b/
imp/templates/javascript_defs.php
@@
-75,5
+75,4
@@
$code = array(
))
);
-require_once 'Horde/Serialize.php';
echo IMP::wrapInlineScript(array('var IMP = ' . Horde_Serialize::serialize($code, SERIALIZE_JSON, NLS::getCharset()) . ';'));