Unneeded require_once().
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 7 Jan 2009 21:22:18 +0000 (14:22 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 8 Jan 2009 00:51:34 +0000 (17:51 -0700)
imp/templates/javascript_defs.php

index 609a732..8ee5e46 100644 (file)
@@ -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()) . ';'));