freeside/htetc global.asa,1.56,1.57 handler.pl,1.53,1.54

ivan ivan at pouncequick.420.am
Sat Mar 12 06:31:58 PST 2005


Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv9831/htetc

Modified Files:
	global.asa handler.pl 
Log Message:
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413)
- organize main menu sysadmin section so it is slightly less confusing

Index: global.asa
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/global.asa,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- global.asa	6 Mar 2005 03:04:29 -0000	1.56
+++ global.asa	12 Mar 2005 14:31:53 -0000	1.57
@@ -10,6 +10,7 @@
 use Date::Format;
 use Date::Parse;
 use Time::Local;
+use Time::Duration;
 use Tie::IxHash;
 use HTML::Entities;
 use IO::Handle;

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- handler.pl	6 Mar 2005 03:04:29 -0000	1.53
+++ handler.pl	12 Mar 2005 14:31:53 -0000	1.54
@@ -93,6 +93,7 @@
       use Date::Format;
       use Date::Parse;
       use Time::Local;
+      use Time::Duration;
       use Tie::IxHash;
       use HTML::Entities;
       use IO::Handle;




More information about the freeside-commits mailing list