|
[telaen-cvs] telaen newmsg.php,1.16,1.17
From: Andrea Volani <andreavola@us...> - 2006-06-07 20:31
|
Update of /cvsroot/telaen/telaen
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10403
Modified Files:
newmsg.php
Log Message:
Added language file for phpmailer errors
Index: newmsg.php
===================================================================
RCS file: /cvsroot/telaen/telaen/newmsg.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** newmsg.php 5 Jun 2006 13:01:49 -0000 1.16
--- newmsg.php 7 Jun 2006 09:02:56 -0000 1.17
***************
*** 35,38 ****
--- 35,42 ----
if((count($ARTo)+count($ARCc)+count($ARBcc)) > 0) {
+
+ // set lang for error messages, english for now
+ $mail->SetLanguage("en","langs/");
+
// for password authenticated servers
|
| Thread | Author | Date |
|---|---|---|
| [telaen-cvs] telaen newmsg.php,1.16,1.17 | Andrea Volani <andreavola@us...> |