From 9e68aa93e5d0790808760d327b335bb093741760 Mon Sep 17 00:00:00 2001 From: avel Date: Tue, 16 May 2006 07:20:29 +0000 Subject: [PATCH] Add phpdoc block. \(Thx Tomas.\) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11146 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/util_paginator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/util_paginator.php b/templates/util_paginator.php index 2ff1976e..dbc31484 100644 --- a/templates/util_paginator.php +++ b/templates/util_paginator.php @@ -12,6 +12,7 @@ * @package squirrelmail */ +/** Load forms functions, needed for addsubmit(). */ include_once(SM_PATH . 'functions/forms.php'); /** -- 2.25.1