Menu

#410 (ok 2.11.8) make safari set the actual timedate on dumps

closed-accepted
1
2008-07-28
2008-07-17
No

patch to make safari set the actual timedate to the dump file :

in pma 2.11.7/export.php after line 365: header('Pragma: no-cache');
+ if ('SAFARI' == PMA_USR_BROWSER_AGENT) {
+ header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
+ }

(thx Sebastian)
tested on safari/win2000 and mac-os (thx to ibenneth)

Discussion

  • Jürgen Wind

    Jürgen Wind - 2008-07-17
    • summary: make safari set the actual timedate --> make safari set the actual timedate on dumps
     
  • Marc Delisle

    Marc Delisle - 2008-07-18
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-07-18
    • priority: 5 --> 1
    • summary: make safari set the actual timedate on dumps --> (ok 2.11.8) make safari set the actual timedate on dumps
    • status: open --> open-accepted
     
  • Marc Delisle

    Marc Delisle - 2008-07-18

    Logged In: YES
    user_id=210714
    Originator: NO

    Merged in subversion, thanks.

     
  • Marc Delisle

    Marc Delisle - 2008-07-28
    • status: open-accepted --> closed-accepted