[Rt-commit] rt branch, squish-refactor, updated. rt-3.9.7-886-ge3fd940
Thomas Sibley
trs at bestpractical.com
Fri Dec 17 10:12:56 EST 2010
The branch, squish-refactor has been updated
via e3fd940616ee33348182b3c05d7961a1bf83517a (commit)
from e396fb46ea399249a3f6e848ca792d8dfd2c8761 (commit)
Summary of changes:
share/html/NoAuth/js/dhandler | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e3fd940616ee33348182b3c05d7961a1bf83517a
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Dec 17 10:12:36 2010 -0500
HTTP::Date isn't needed in the dhandler since it's in the library now
diff --git a/share/html/NoAuth/js/dhandler b/share/html/NoAuth/js/dhandler
index d9536ab..2a65051 100644
--- a/share/html/NoAuth/js/dhandler
+++ b/share/html/NoAuth/js/dhandler
@@ -55,7 +55,6 @@ if ( $arg =~ m{squished-(.+)-([a-z0-9]{32})\.js$} ) {
my $name = $1;
my $squished = RT::Interface::Web::SquishedJS( Name => $name );
- require HTTP::Date;
$r->header_out( 'Last-Modified' => $squished->ModifiedTimeString );
$m->out( $squished->Content );
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list