Changeset 15211 for trunk/activation_email.php
- Timestamp:
- 06/07/11 23:41:51 (12 months ago)
- File:
-
- 1 edited
-
trunk/activation_email.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/activation_email.php
r15201 r15211 25 25 function PageCompMainCode() { 26 26 27 $iMemberID = getLoggedId();28 $aProfile = getProfileInfo($iMemberID); 27 $iMemberID = getLoggedId(); 28 $aProfile = getProfileInfo($iMemberID); 29 29 30 if ($aProfile['Status'] != 'Unconfirmed')31 $s = _t("_NO_NEED_TO_CONFIRM_EMAIL");32 else33 $s = activation_mail($iMemberID);30 if ($aProfile['Status'] != 'Unconfirmed') 31 $s = _t("_NO_NEED_TO_CONFIRM_EMAIL"); 32 else 33 $s = activation_mail($iMemberID); 34 34 35 35 return DesignBoxContent(_t("_ACTIVATION_EMAIL_H"), $s, BX_DB_PADDING_DEF);
Note: See TracChangeset
for help on using the changeset viewer.