Ignore:
Timestamp:
12/19/12 16:44:18 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Best Practice: Short Open Tag e Best Practice: Always Quote Array Keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/login_offline.php

    r7673 r7681  
    272272        $config_reg = $cnf_reg->config_data; 
    273273 
    274         if($config_reg[enable_registration]=='True' && $config_reg[register_link]=='True') 
     274        if($config_reg['enable_registration']=='True' && $config_reg['register_link']=='True') 
    275275        { 
    276276                $reg_link='&nbsp;<a href="registration/">'.lang('Not a user yet? Register now').'</a><br/>'; 
Note: See TracChangeset for help on using the changeset viewer.