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/news/login_news.php

    r7673 r7681  
    364364        $config_reg = $cnf_reg->config_data; 
    365365 
    366         if($config_reg[enable_registration]=='True' && $config_reg[register_link]=='True') 
     366        if($config_reg['enable_registration']=='True' && $config_reg['register_link']=='True') 
    367367        { 
    368368                $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.