From 41ec18a307305fbdc52faa9193f3e2da040b9722 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Mon, 14 Jul 2003 16:30:23 +0000 Subject: [PATCH] theme issue caused by validate.php not being first git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5318 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/abook_take/take.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/abook_take/take.php b/plugins/abook_take/take.php index b6437b11..6a78d554 100644 --- a/plugins/abook_take/take.php +++ b/plugins/abook_take/take.php @@ -16,9 +16,9 @@ define('SM_PATH','../../'); /* SquirrelMail required files. */ +require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/strings.php'); require_once(SM_PATH . 'config/config.php'); -require_once(SM_PATH . 'include/validate.php'); require_once(SM_PATH . 'functions/i18n.php'); require_once(SM_PATH . 'functions/page_header.php'); require_once(SM_PATH . 'functions/addressbook.php'); -- 2.25.1