diff -r be6c5fdd9203 -r 4ccdfeee9a11 includes/clientside/jsres.php --- a/includes/clientside/jsres.php Mon Dec 31 21:43:51 2007 -0500 +++ b/includes/clientside/jsres.php Thu Jan 03 00:53:33 2008 -0500 @@ -33,7 +33,7 @@ $everything = file_get_contents($fname); $mtime = filemtime($fname); -header('Last-Modified: '.date('D, d M Y H:i:s T', $mtime)); +header('Last-Modified: '.enano_date('D, d M Y H:i:s T', $mtime)); header('Content-disposition: attachment; filename=' . $file); if(defined('ENABLE_COMPRESSION'))