summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2005-06-02 09:29:56 +0000
committerivan <ivan>2005-06-02 09:29:56 +0000
commit684a478c0f88e5bf6d1d3f32f4618089146b5709 (patch)
tree1f0c8e23048aa20e872ff10f07a134436968ac43 /htetc/handler.pl
parent14cc10e34e277f4761be76d67d621b5a5d10a87f (diff)
add ability to search on a date range of invoice events and then reprint or reemail (boy was that a bit more work than i expected), closes: Bug#946
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r--htetc/handler.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index b44e3f2d4..ad671d6c7 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -95,6 +95,7 @@ sub handler
use Time::Local;
use Time::Duration;
use Tie::IxHash;
+ use URI::Escape;
use HTML::Entities;
use IO::Handle;
use IO::File;