From: avel Date: Tue, 16 May 2006 05:58:26 +0000 (+0000) Subject: Need this include, otherwise I get an error for undefined addsubmit function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6341b325e759cac221d43d233b955296908ee05f;p=squirrelmail.git Need this include, otherwise I get an error for undefined addsubmit function git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11145 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/util_paginator.php b/templates/util_paginator.php index f9a81741..2ff1976e 100644 --- a/templates/util_paginator.php +++ b/templates/util_paginator.php @@ -12,6 +12,8 @@ * @package squirrelmail */ +include_once(SM_PATH . 'functions/forms.php'); + /** * Generate a paginator link. *