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
This commit is contained in:
kestes%walrus.com
2003-06-18 15:49:50 +00:00
parent 3e1c954eb4
commit 1c033cb25d
2 changed files with 8 additions and 8 deletions

View File

@@ -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 '';
}

View File

@@ -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 {