Merge remote branch 'origin/core-1.1.0' into core
[platal.git] / plugins / modifier.htmlentities.php
index 01dae76..5e45a02 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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);