another one of those "not sure why this never caused problems before" things
authorivan <ivan>
Tue, 22 Feb 2011 00:25:15 +0000 (00:25 +0000)
committerivan <ivan>
Tue, 22 Feb 2011 00:25:15 +0000 (00:25 +0000)
rt/lib/RT/Ticket_Overlay.pm
rt/lib/RT/URI/freeside.pm

index e1809a3..3ab31d3 100644 (file)
@@ -81,6 +81,7 @@ use RT::Transactions;
 use RT::Reminders;
 use RT::URI::fsck_com_rt;
 use RT::URI;
+use RT::URI::freeside;
 use MIME::Entity;
 
 
index 1bd2f53..00a9ebb 100644 (file)
@@ -83,6 +83,15 @@ A wrapper for the FS::cust_main::smart_search subroutine.
 sub smart_search { return undef; }
 
 
+=item email_search
+
+A wrapper for the FS::cust_main::email_search subroutine.
+
+=cut
+
+sub email_search { return undef; }
+
+
 =item small_custview
 
 A wrapper for the FS::CGI::small_custview subroutine.