Update of /cvsroot/xoops/xoops-current/html/class
In directory usw-pr-cvs1:/tmp/cvs-serv29708
Modified Files:
xoopsmailer.php
Log Message:
no message
Index: xoopsmailer.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/class/xoopsmailer.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** xoopsmailer.php 15 Jul 2002 08:13:12 -0000 1.1.1.1
--- xoopsmailer.php 5 Sep 2002 04:12:26 -0000 1.2
***************
*** 203,208 ****
$text = str_replace("{X_UEMAIL}", $user->getVar("email"), $text );
$text = str_replace("{X_UNAME}", $user->getVar("uname"), $text );
! $text = str_replace("{X_UACTLINK}", XOOPS_URL."/user.php?op=actv&id=".$user->getVar("uid")."&key=".$user->getVar("actkey")."", $text );
! //echo $subject."<br>".$text."<br>".$headers."";
// send mail
if ( $this->isMail ) {
--- 203,207 ----
$text = str_replace("{X_UEMAIL}", $user->getVar("email"), $text );
$text = str_replace("{X_UNAME}", $user->getVar("uname"), $text );
! $text = str_replace("{X_UACTLINK}", XOOPS_URL."/user.php?op=actv&id=".$user->getVar("uid")."&actkey=".$user->getVar('actkey'), $text );
// send mail
if ( $this->isMail ) {
|