|
From: Benjamin C. <bc...@us...> - 2002-05-16 12:52:05
|
Update of /cvsroot/phpbt/phpbt/inc
In directory usw-pr-cvs1:/tmp/cvs-serv10260/inc
Modified Files:
functions.php
Log Message:
Removed trailing white space
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/inc/functions.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- functions.php 16 May 2002 10:37:37 -0000 1.23
+++ functions.php 16 May 2002 12:52:02 -0000 1.24
@@ -469,4 +469,6 @@
$headers .= "Content-type: text/plain; charset=\"".$STRING['lang_charset']."\"\n";
$headers .= "Content-Transfer-Encoding: quoted-printable\nMIME-Version: 1.0";
mail ($to, $subject, qp_enc($body), $headers);
-} ?>
\ No newline at end of file
+}
+
+?>
|