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/default/login_default.php

    r7673 r7681  
    428428        $config_reg = $cnf_reg->config_data; 
    429429 
    430         if($config_reg[enable_registration]=='True' && $config_reg[register_link]=='True') 
     430        if($config_reg['enable_registration']=='True' && $config_reg['register_link']=='True') 
    431431        { 
    432432                $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.