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/library/PEAR/PEAR/Command/Common.php

    r5146 r7681  
    223223                        $lapp = "[=$arg]"; 
    224224                    } else { 
    225                         $sapp = " $v[arg]"; 
    226                         $lapp = "=$v[arg]"; 
     225                        $sapp = " {$v['arg']}"; 
     226                        $lapp = "={$v['arg']}"; 
    227227                    } 
    228228                } else { 
Note: See TracChangeset for help on using the changeset viewer.