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/Downloader.php

    r7655 r7681  
    16331633 
    16341634            if (isset($lastmodified['ETag'])) { 
    1635                 $ifmodifiedsince .= "If-None-Match: $lastmodified[ETag]\r\n"; 
     1635                $ifmodifiedsince .= "If-None-Match: {$lastmodified['ETag']}\r\n"; 
    16361636            } 
    16371637        } else { 
Note: See TracChangeset for help on using the changeset viewer.