summaryrefslogtreecommitdiff
path: root/rt/lib/RT/URI
diff options
context:
space:
mode:
authorivan <ivan>2011-02-22 00:25:15 +0000
committerivan <ivan>2011-02-22 00:25:15 +0000
commitc99c49621194f9c508583cab9080e25bf18f76d2 (patch)
tree34c919142456bbddfd301c4e2267773957733ef8 /rt/lib/RT/URI
parent0d75dc389fccdb680237aa1e244e13d254d12f02 (diff)
another one of those "not sure why this never caused problems before" things
Diffstat (limited to 'rt/lib/RT/URI')
-rw-r--r--rt/lib/RT/URI/freeside.pm9
1 files changed, 9 insertions, 0 deletions
diff --git a/rt/lib/RT/URI/freeside.pm b/rt/lib/RT/URI/freeside.pm
index 1bd2f53..00a9ebb 100644
--- a/rt/lib/RT/URI/freeside.pm
+++ b/rt/lib/RT/URI/freeside.pm
@@ -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.