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/phpgwapi/templates/classic/login_classic.php

    r7673 r7681  
    315315        $config_reg = $cnf_reg->config_data; 
    316316 
    317         if($config_reg[enable_registration]=='True' && $config_reg[register_link]=='True') 
     317        if($config_reg['enable_registration']=='True' && $config_reg['register_link']=='True') 
    318318        { 
    319319                $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.