Update copyright
[squirrelmail.git] / templates / default / addressbook_search_form.tpl
index 5f778f27110c883cde76cb5c2939f1117d34355f..f5ecc24de219bc95ac83bf0389fa5a8ac2d0045c 100644 (file)
@@ -8,7 +8,7 @@
  *      $use_js   - boolean TRUE if we should use Javascript in the address book
  *      $backends - array containing list of all available backends.
  *
- * @copyright 1999-2011 The SquirrelMail Project Team
+ * @copyright 1999-2013 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -47,7 +47,7 @@ extract($t);
    <select name="backend" id="backend">
         <?php
         foreach ($backends as $id=>$name) {
-            echo '<option value="'.$id.'">'.htmlspecialchars($name).'</option>'."\n";
+            echo '<option value="'.$id.'">'.sm_encode_html_special_chars($name).'</option>'."\n";
         }
         ?>
    </select>