From 6341b325e759cac221d43d233b955296908ee05f Mon Sep 17 00:00:00 2001 From: avel Date: Tue, 16 May 2006 05:58:26 +0000 Subject: [PATCH] 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 --- templates/util_paginator.php | 2 ++ 1 file changed, 2 insertions(+) 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. * -- 2.25.1