[freeside-commits] freeside/rt/html/Search Bulk.html,1.3,1.4
Ivan,,,
ivan at wavetail.420.am
Thu Dec 31 04:44:10 PST 2009
Update of /home/cvs/cvsroot/freeside/rt/html/Search
In directory wavetail.420.am:/tmp/cvs-serv8309/html/Search
Modified Files:
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.4
diff -u -d -r1.3 -r1.4
--- Bulk.html 3 Aug 2007 21:49:02 -0000 1.3
+++ Bulk.html 31 Dec 2009 12:44:08 -0000 1.4
@@ -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