Update of /cvsroot/openfirst/base/config/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv2384
Modified Files:
mail.php
Log Message:
Declared a few variables so that there are no errors on mail send. Assigned basepath as a global in function.
Index: mail.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/functions/mail.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mail.php 7 Sep 2003 14:11:01 -0000 1.4
--- mail.php 13 Sep 2003 19:50:02 -0000 1.5
***************
*** 32,35 ****
--- 32,40 ----
global $header;
global $footer;
+ global $basepath;
+
+ $fheader = "";
+ $ffooter = "";
+ $info = "";
$headers .= "Mime-Version: 1.0\r\n";
|