[freeside-commits] freeside/rt/lib/RT/Search Googleish.pm, 1.1.1.5.4.1, 1.1.1.5.4.2

Ivan,,, ivan at wavetail.420.am
Mon Apr 18 17:23:59 PDT 2011


Update of /home/cvs/cvsroot/freeside/rt/lib/RT/Search
In directory wavetail.420.am:/tmp/cvs-serv5016/lib/RT/Search

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Googleish.pm 
Log Message:
landing 3.8.10 on 2.1 branch

Index: Googleish.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Search/Googleish.pm,v
retrieving revision 1.1.1.5.4.1
retrieving revision 1.1.1.5.4.2
diff -u -w -d -r1.1.1.5.4.1 -r1.1.1.5.4.2
--- Googleish.pm	18 Feb 2011 01:24:56 -0000	1.1.1.5.4.1
+++ Googleish.pm	19 Apr 2011 00:23:57 -0000	1.1.1.5.4.2
@@ -203,9 +203,6 @@
 }
 # }}}
 
-eval "require RT::Search::Googleish_Vendor";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/Search/Googleish_Vendor.pm});
-eval "require RT::Search::Googleish_Local";
-die $@ if ($@ && $@ !~ qr{^Can't locate RT/Search/Googleish_Local.pm});
+RT::Base->_ImportOverlays();
 
 1;



More information about the freeside-commits mailing list