[freeside-commits] freeside/rt/share/html/Search/Elements BuildFormatString, 1.2, 1.3 DisplayOptions, 1.2, 1.3 PickCFs, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Wed Feb 16 16:52:28 PST 2011


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

Modified Files:
	BuildFormatString DisplayOptions PickCFs 
Log Message:
commiting rt 3.8.9 to HEAD

Index: BuildFormatString
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements/BuildFormatString,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- BuildFormatString	21 Jul 2010 10:31:15 -0000	1.2
+++ BuildFormatString	17 Feb 2011 00:52:26 -0000	1.3
@@ -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.4
diff -u -w -d -r1.3 -r1.4
--- PickCFs	21 Jul 2010 02:10:33 -0000	1.3
+++ PickCFs	17 Feb 2011 00:52:26 -0000	1.4
@@ -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.3
diff -u -w -d -r1.2 -r1.3
--- DisplayOptions	22 Jul 2010 21:01:40 -0000	1.2
+++ DisplayOptions	17 Feb 2011 00:52:26 -0000	1.3
@@ -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