|
From: Jirka P. <fi...@us...> - 2002-05-19 12:24:44
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv2211/phpbt/inc
Modified Files:
functions.php
Log Message:
Quotes. :-(
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- functions.php 19 May 2002 12:21:10 -0000 1.27
+++ functions.php 19 May 2002 12:24:42 -0000 1.28
@@ -490,7 +490,7 @@
$headers .= "\n";
// There have to be no newline at the end of $headers
}
- $headers .= "Content-Type: text/plain; charset=\"".$STRING['lang_charset']."\"\n"Content-Transfer-Encoding: ";
+ $headers .= "Content-Type: text/plain; charset=\"".$STRING['lang_charset']."\"\nContent-Transfer-Encoding: ";
// If configured to send MIME encoded emails
if (SEND_MIME_EMAIL) {
|