[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-1062-gb6ee9bb
Thomas Sibley
trs at bestpractical.com
Mon Dec 27 13:19:22 EST 2010
The branch, 3.9-trunk has been updated
via b6ee9bbeec49709ef1ffb91140f29fc34c016530 (commit)
from 8178ac6ccdd707045fb25b7a9b07fec4f5508b41 (commit)
Summary of changes:
share/html/NoAuth/css/dhandler | 1 -
share/html/NoAuth/js/dhandler | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit b6ee9bbeec49709ef1ffb91140f29fc34c016530
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Dec 27 13:18:47 2010 -0500
require HTTP::Date slipped in again during the merge
diff --git a/share/html/NoAuth/css/dhandler b/share/html/NoAuth/css/dhandler
index 9be763f..0007974 100644
--- a/share/html/NoAuth/css/dhandler
+++ b/share/html/NoAuth/css/dhandler
@@ -47,7 +47,6 @@
%# END BPS TAGGED BLOCK }}}
<%ONCE>
my $squisher;
-require HTTP::Date;
</%ONCE>
<%INIT>
my $arg = $m->dhandler_arg;
diff --git a/share/html/NoAuth/js/dhandler b/share/html/NoAuth/js/dhandler
index 1102d66..20d658a 100644
--- a/share/html/NoAuth/js/dhandler
+++ b/share/html/NoAuth/js/dhandler
@@ -47,7 +47,6 @@
%# END BPS TAGGED BLOCK }}}
<%ONCE>
my $content = '';
-require HTTP::Date;
</%ONCE>
<%INIT>
my $arg = $m->dhandler_arg;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list