[Bps-public-commit] r16180 - sd/trunk/lib/App/SD/Model
ruz at bestpractical.com
ruz at bestpractical.com
Wed Oct 1 11:13:58 EDT 2008
Author: ruz
Date: Wed Oct 1 11:13:55 2008
New Revision: 16180
Modified:
sd/trunk/lib/App/SD/Model/Ticket.pm
Log:
* drop duplicated method
Modified: sd/trunk/lib/App/SD/Model/Ticket.pm
==============================================================================
--- sd/trunk/lib/App/SD/Model/Ticket.pm (original)
+++ sd/trunk/lib/App/SD/Model/Ticket.pm Wed Oct 1 11:13:55 2008
@@ -51,18 +51,6 @@
return 1;
}
-=head2 default_prop_reported_by
-
-Returns a string of the default value of the C<reported_by> prop.
-(Currently, this is the config variable C<reporter_email> or
-the environmental variable C<EMAIL>.)
-
-=cut
-
-sub default_prop_reported_by {
- shift->app_handle->config->{reporter_email} or $ENV{EMAIL}
-}
-
=head2 _default_summary_format
The default ticket summary format (used for displaying tickets in a
More information about the Bps-public-commit
mailing list