[Rt-commit] r19027 - rt/3.999/trunk/lib/RT/Interface
ruz at bestpractical.com
ruz at bestpractical.com
Thu Apr 2 06:22:31 EDT 2009
Author: ruz
Date: Thu Apr 2 06:22:30 2009
New Revision: 19027
Modified:
rt/3.999/trunk/lib/RT/Interface/Web.pm
Log:
* drop unused function
Modified: rt/3.999/trunk/lib/RT/Interface/Web.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Interface/Web.pm (original)
+++ rt/3.999/trunk/lib/RT/Interface/Web.pm Thu Apr 2 06:22:30 2009
@@ -757,22 +757,6 @@
}
-
-=head2 parse_date_to_iso
-
-Takes a date in an arbitrary format.
-Returns an ISO date and time in GMT
-
-=cut
-
-sub parse_date_to_iso {
- my $date = shift;
-
- return RT::DateTime->new_from_string($date)->iso;
-}
-
-
-
sub process_acl_changes {
my $ARGSref = shift;
More information about the Rt-commit
mailing list