|
From: Luke E. <lke...@us...> - 2001-01-17 04:41:34
|
Update of /cvsroot/squirrelmail/squirrelmail/src
In directory usw-pr-cvs1:/tmp/cvs-serv31589
Modified Files:
download.php
Log Message:
fixed "cannot redeclare getPref()" error
Index: download.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/download.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -w -r1.48 -r1.49
--- download.php 2001/01/17 01:06:57 1.48
+++ download.php 2001/01/17 04:41:31 1.49
@@ -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 "<BR><TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=2 ALIGN=CENTER><TR><TD BGCOLOR=\"$color[0]\">";
|