X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Fmodifier.htmlentities.php;h=a81af322f842c06d54b0359dfd946c35bbc33195;hb=906b45bbf7130955dc65a34445b53390d6460b49;hp=01dae766d55ddab7d984ae89813c9c64a7bcd4a0;hpb=08fa70684fd1332178cddb6b318151335fb4506c;p=platal.git diff --git a/plugins/modifier.htmlentities.php b/plugins/modifier.htmlentities.php index 01dae76..a81af32 100644 --- a/plugins/modifier.htmlentities.php +++ b/plugins/modifier.htmlentities.php @@ -19,8 +19,6 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -require_once 'platal.inc.php'; - function smarty_modifier_htmlentities($string, $format = ENT_COMPAT) { return pl_entities($string, $format);