From: <go...@us...> - 2002-10-11 06:14:54
|
Update of /cvsroot/xoops/xoops-current/html/modules/contact In directory usw-pr-cvs1:/tmp/cvs-serv5992/html/modules/contact Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/contact/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** index.php 15 Jul 2002 08:13:16 -0000 1.1.1.1 --- index.php 11 Oct 2002 06:14:21 -0000 1.2 *************** *** 83,87 **** $xoopsMailer->setBody($adminMessage); $xoopsMailer->send(); ! $messagesent = sprintf(_CT_MESSAGESENT,$xoopsConfig['sitename'])."<br>"._CT_THANKYOU.""; // uncomment the following lines if you want to send confirmation mail to the user --- 83,87 ---- $xoopsMailer->setBody($adminMessage); $xoopsMailer->send(); ! $messagesent = sprintf(_CT_MESSAGESENT,$xoopsConfig['sitename'])."<br />"._CT_THANKYOU.""; // uncomment the following lines if you want to send confirmation mail to the user |