Changeset 1885 in ExiteCMS for trunk/register.php
- Timestamp:
- 10/20/08 00:59:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/register.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/register.php
r1802 r1885 77 77 } 78 78 79 $email_domain = substr(strrchr($email, "@"), 1); 79 80 if (CHECK_EMAIL) { 80 $email_domain = substr(strrchr($email, "@"), 1);81 81 if (CMS_getmxrr($email_domain, $mxhosts)) { 82 82 // Get the hostname the MX record points to … … 246 246 // define the body panel variables 247 247 $variables['message'] = $locale['507']; 248 $variables['bold'] = true;249 248 $template_panels[] = array('type' => 'body', 'title' => $locale['400'], 'name' => 'register.disabled', 'template' => '_message_table_panel.tpl'); 250 249 $template_variables['register.disabled'] = $variables;
Note: See TracChangeset
for help on using the changeset viewer.
