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/calendar/inc/class.uiholiday.inc.php

    r7655 r7681  
    469469                                while (list(,$holiday) = @each($holidays)) 
    470470                                { 
    471                                         echo "$locale\t$holiday[name]\t$holiday[day]\t$holiday[month]\t$holiday[occurence]\t$holiday[dow]\t$holiday[observance_rule]\n"; 
     471                                        echo "$locale\t{$holiday['name']}\t{$holiday['day']}\t{$holiday['month']}\t{$holiday['occurence']}\t{$holiday['dow']}\t{$holiday['observance_rule']}\n"; 
    472472                                } 
    473473                                $GLOBALS['phpgw']->common->phpgw_exit(); 
Note: See TracChangeset for help on using the changeset viewer.