change default association from undefined to emtpy string. This will quiet perl warnings about using empty strings.

This commit is contained in:
kestes%walrus.com 2003-06-18 15:49:50 +00:00
Родитель 6cf7e82ca1
Коммит 83bfee523e
2 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/BasicTxtDB.pm,v $
# $Name: $
@ -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 '';
}

Просмотреть файл

@ -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/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB/Time.pm,v $
# $Name: $
@ -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 {