[freeside-commits] freeside/rt/html/Search Bulk.html,1.3,1.3.4.1

Ivan,,, ivan at wavetail.420.am
Thu Dec 31 04:44:26 PST 2009


Update of /home/cvs/cvsroot/freeside/rt/html/Search
In directory wavetail.420.am:/tmp/cvs-serv8312/html/Search

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	Bulk.html 
Log Message:
rt 3.6.10

Index: Bulk.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Search/Bulk.html,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- Bulk.html	3 Aug 2007 21:49:02 -0000	1.3
+++ Bulk.html	31 Dec 2009 12:44:24 -0000	1.3.4.1
@@ -2,7 +2,7 @@
 %# 
 %# COPYRIGHT:
 %#  
-%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC 
 %#                                          <jesse at bestpractical.com>
 %# 
 %# (Except where explicitly superseded by other copyright notices)
@@ -24,7 +24,7 @@
 %# along with this program; if not, write to the Free Software
 %# 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.
+%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
 %# 
 %# 
 %# CONTRIBUTION SUBMISSION POLICY:
@@ -335,6 +335,7 @@
 
         foreach my $key (@$list) {
             my ( $cfid, $cf );
+            next if $key =~ /CustomField-(\d+)-Category$/;
             if ( $key =~ /CustomField-(\d+)-/ ) {
                 $cfid = $1;
                 $cf   = RT::CustomField->new( $session{'CurrentUser'} );



More information about the freeside-commits mailing list