From 1c033cb25d6691d78a43085e328dfeafdb38b38c Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Wed, 18 Jun 2003 15:49:50 +0000 Subject: [PATCH] change default association from undefined to emtpy string. This will quiet perl warnings about using empty strings. git-svn-id: svn://10.0.0.236/trunk@143861 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm | 8 ++++---- mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm b/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm index d67f75567a5..f4dcae63c08 100644 --- a/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm +++ b/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm @@ -6,8 +6,8 @@ # as a Dump of the $DATABASE reference. -# $Revision: 1.10 $ -# $Date: 2002-05-10 21:19:42 $ +# $Revision: 1.11 $ +# $Date: 2003-06-18 15:49:50 $ # $Author: kestes%walrus.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm,v $ # $Name: not supported by cvs2svn $ @@ -50,7 +50,7 @@ use FileStructure; use Persistence; -$VERSION = ( qw $Revision: 1.10 $ )[1]; +$VERSION = ( qw $Revision: 1.11 $ )[1]; # To help preserve the database in the event of a serious system @@ -299,7 +299,7 @@ sub event_times_vec { # installed all the hooks they need and override this function. sub notice_association { - return ; + return ''; } diff --git a/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm b/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm index 7961624a23d..acd65e6bec0 100644 --- a/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm +++ b/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm @@ -30,8 +30,8 @@ -# $Revision: 1.11 $ -# $Date: 2002-05-10 21:46:25 $ +# $Revision: 1.12 $ +# $Date: 2003-06-18 15:49:50 $ # $Author: kestes%walrus.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm,v $ # $Name: not supported by cvs2svn $ @@ -48,7 +48,7 @@ use VCDisplay; -$VERSION = ( qw $Revision: 1.11 $ )[1]; +$VERSION = ( qw $Revision: 1.12 $ )[1]; sub new { @@ -100,7 +100,7 @@ sub apply_db_updates { # Really this is the names the columns produced by this DB sub notice_association { - return ; + return ''; } sub status_table_header {