Add phpdoc block. \(Thx Tomas.\)
authoravel <avel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 16 May 2006 07:20:29 +0000 (07:20 +0000)
committeravel <avel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 16 May 2006 07:20:29 +0000 (07:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11146 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/util_paginator.php

index 2ff1976e59774e427d87a1b073cd6aa944e16aeb..dbc31484fb875e492a8803ee5738819ce6756f65 100644 (file)
@@ -12,6 +12,7 @@
  * @package squirrelmail
  */
 
  * @package squirrelmail
  */
 
+/** Load forms functions, needed for addsubmit(). */
 include_once(SM_PATH . 'functions/forms.php');
 
  /**
 include_once(SM_PATH . 'functions/forms.php');
 
  /**