projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4cfa0
)
Unneded require_once().
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 21 Jan 2009 06:23:16 +0000
(23:23 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 21 Jan 2009 07:03:00 +0000
(
00:03
-0700)
chora/templates/common-header.inc
patch
|
blob
|
history
diff --git
a/chora/templates/common-header.inc
b/chora/templates/common-header.inc
index
3615f53
..
0a3ef3e
100644
(file)
--- a/
chora/templates/common-header.inc
+++ b/
chora/templates/common-header.inc
@@
-12,7
+12,6
@@
if (!empty($refresh_time) && ($refresh_time > 0) && !empty($refresh_url)) {
}
if (Util::nonInputVar('js_vars')) {
- require_once 'Horde/Serialize.php';
echo '<script type="text/javascript">//<![CDATA[' . "\n" .
'var Chora = ' . Horde_Serialize::serialize($js_vars, SERIALIZE_JSON, NLS::getCharset()) . ";\n//]]></script>\n";
}