Changeset 1885 in ExiteCMS for trunk/register.php


Ignore:
Timestamp:
10/20/08 00:59:18 (4 years ago)
Author:
hverton
Message:

removed the v7.1 batch upgrade module. Not needed for v7.2
fixed lots of small issues that surfaced while testing installation and upgrades of v7.2
several small layout and consistency fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/register.php

    r1802 r1885  
    7777        } 
    7878         
     79        $email_domain = substr(strrchr($email, "@"), 1); 
    7980        if (CHECK_EMAIL) { 
    80             $email_domain = substr(strrchr($email, "@"), 1); 
    8181            if (CMS_getmxrr($email_domain, $mxhosts)) { 
    8282                // Get the hostname the MX record points to 
     
    246246    // define the body panel variables 
    247247    $variables['message'] = $locale['507']; 
    248     $variables['bold'] = true; 
    249248    $template_panels[] = array('type' => 'body', 'title' => $locale['400'], 'name' => 'register.disabled', 'template' => '_message_table_panel.tpl'); 
    250249    $template_variables['register.disabled'] = $variables; 
Note: See TracChangeset for help on using the changeset viewer.