From 7bff2bfc33742523e0aeedd8dd58a2097db7989c Mon Sep 17 00:00:00 2001 From: lkehresman Date: Wed, 17 Jan 2001 04:41:31 +0000 Subject: [PATCH 1/1] fixed "cannot redeclare getPref()" error git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@953 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.php b/src/download.php index c3608fa3..17fe7f2b 100644 --- a/src/download.php +++ b/src/download.php @@ -25,12 +25,12 @@ if (!isset($i18n_php)) include("../functions/i18n.php"); + include("../src/load_prefs.php"); function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at) { global $where, $what, $charset; global $startMessage; - include("../src/load_prefs.php"); displayPageHeader($color, "None"); echo "
"; -- 2.25.1