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

    r5146 r7681  
    377377 
    378378            if (isset($lastmodified['ETag'])) { 
    379                 $ifmodifiedsince .= "If-None-Match: $lastmodified[ETag]\r\n"; 
     379                $ifmodifiedsince .= "If-None-Match: {$lastmodified['ETag']}\r\n"; 
    380380            } 
    381381        } else { 
Note: See TracChangeset for help on using the changeset viewer.