[freeside-commits] freeside/rt/share/html/Search/Elements BuildFormatString, 1.2.4.1, 1.2.4.2 DisplayOptions, 1.2, 1.2.4.1 PickCFs, 1.3, 1.3.4.1
Ivan,,,
ivan at wavetail.420.am
Fri Apr 8 16:13:54 PDT 2011
Update of /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements
In directory wavetail.420.am:/tmp/cvs-serv23950/share/html/Search/Elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
BuildFormatString DisplayOptions PickCFs
Log Message:
landing 3.8.9 on 2.1 branch for 2.1.3
Index: BuildFormatString
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements/BuildFormatString,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -u -w -d -r1.2.4.1 -r1.2.4.2
--- BuildFormatString 8 Apr 2011 00:59:20 -0000 1.2.4.1
+++ BuildFormatString 8 Apr 2011 23:13:52 -0000 1.2.4.2
@@ -2,8 +2,8 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-%# <jesse at bestpractical.com>
+%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# <sales at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
%#
@@ -150,7 +150,7 @@
# we do this regex match to avoid a non-numeric warning
my ($index) = $CurrentDisplayColumns =~ /^(\d+)/;
my $column = $seen[$index];
- if ($index) {
+ if ( defined($index) ) {
delete $seen[$index];
my @temp = @seen;
@seen = ();
Index: PickCFs
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements/PickCFs,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -w -d -r1.3 -r1.3.4.1
--- PickCFs 21 Jul 2010 02:10:33 -0000 1.3
+++ PickCFs 8 Apr 2011 23:13:52 -0000 1.3.4.1
@@ -2,8 +2,8 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-%# <jesse at bestpractical.com>
+%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# <sales at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
%#
Index: DisplayOptions
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements/DisplayOptions,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -w -d -r1.2 -r1.2.4.1
--- DisplayOptions 22 Jul 2010 21:01:40 -0000 1.2
+++ DisplayOptions 8 Apr 2011 23:13:52 -0000 1.2.4.1
@@ -2,8 +2,8 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-%# <jesse at bestpractical.com>
+%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# <sales at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
%#
More information about the freeside-commits
mailing list