Need this include, otherwise I get an error for undefined addsubmit function
[squirrelmail.git] / templates / util_paginator.php
index c327a4fcc6c3618360873746ba2b83106a60c700..2ff1976e59774e427d87a1b073cd6aa944e16aeb 100644 (file)
@@ -6,12 +6,14 @@
  * The following functions are utility functions for this template. Do not
  * echo output in those functions. Output is generated above this comment block
  *
- * @copyright © 2005 The SquirrelMail Project Team
+ * @copyright © 2005-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
 
+include_once(SM_PATH . 'functions/forms.php');
+
  /**
   * Generate a paginator link.
   *