[freeside-commits] freeside/rt/lib/RT SearchBuilder.pm,1.2,1.3

Ivan,,, ivan at wavetail.420.am
Fri Aug 3 14:49:05 PDT 2007


Update of /home/cvs/cvsroot/freeside/rt/lib/RT
In directory wavetail:/tmp/cvs-serv31370/lib/RT

Modified Files:
	SearchBuilder.pm 
Log Message:
merging RT_3_6_4 to HEAD

Index: SearchBuilder.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/SearchBuilder.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SearchBuilder.pm	21 Jan 2007 13:42:42 -0000	1.2
+++ SearchBuilder.pm	3 Aug 2007 21:49:02 -0000	1.3
@@ -2,7 +2,7 @@
 # 
 # COPYRIGHT:
 #  
-# This software is Copyright (c) 1996-2005 Best Practical Solutions, LLC 
+# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
 #                                          <jesse at bestpractical.com>
 # 
 # (Except where explicitly superseded by other copyright notices)
@@ -22,7 +22,9 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 or visit their web page on the internet at
+# http://www.gnu.org/copyleft/gpl.html.
 # 
 # 
 # CONTRIBUTION SUBMISSION POLICY:
@@ -43,7 +45,6 @@
 # those contributions and any derivatives thereof.
 # 
 # END BPS TAGGED BLOCK }}}
-
 =head1 NAME
 
   RT::SearchBuilder - a baseclass for RT collection objects
@@ -68,7 +69,7 @@
 package RT::SearchBuilder;
 
 use RT::Base;
-use DBIx::SearchBuilder 1.36;
+use DBIx::SearchBuilder "1.40";
 
 use strict;
 use vars qw(@ISA);



More information about the freeside-commits mailing list