From 2d2a9e0e20db50eaf03b7bf37ac14838fdf9e8d9 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Tue, 17 Apr 2001 09:26:14 +0000 Subject: Correcting my email address in the comments --- Bugzilla/RelationSet.pm | 2 +- RelationSet.pm | 2 +- bug_form.pl | 2 +- checksetup.pl | 12 ++++++------ editgroups.cgi | 2 +- editusers.cgi | 2 +- enter_bug.cgi | 2 +- process_bug.cgi | 2 +- userprefs.cgi | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Bugzilla/RelationSet.pm b/Bugzilla/RelationSet.pm index b5cae289c..bc31c96c7 100644 --- a/Bugzilla/RelationSet.pm +++ b/Bugzilla/RelationSet.pm @@ -18,7 +18,7 @@ # # Contributor(s): Dan Mosedale # Terry Weissman -# Dave Miller +# Dave Miller # This object models a set of relations between one item and a group # of other items. An example is the set of relations between one bug diff --git a/RelationSet.pm b/RelationSet.pm index b5cae289c..bc31c96c7 100644 --- a/RelationSet.pm +++ b/RelationSet.pm @@ -18,7 +18,7 @@ # # Contributor(s): Dan Mosedale # Terry Weissman -# Dave Miller +# Dave Miller # This object models a set of relations between one item and a group # of other items. An example is the set of relations between one bug diff --git a/bug_form.pl b/bug_form.pl index c0c7caf20..0706ede99 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -18,7 +18,7 @@ # Rights Reserved. # # Contributor(s): Terry Weissman -# Dave Miller +# Dave Miller use diagnostics; use strict; diff --git a/checksetup.pl b/checksetup.pl index e92e90ece..046a3295b 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -21,7 +21,7 @@ # Contributor(s): Holger Schurig # Terry Weissman # Dan Mosedale -# Dave Miller +# Dave Miller # # # Direct any questions on this source code to @@ -101,8 +101,8 @@ use strict; # This are the --LOCAL-- variables defined in 'localconfig' # -# 12/17/00 dave@intrec.com - removed declarations of the localconfig variables -# from this location. We don't want these declared here. They'll +# 12/17/00 justdave@syndicomm.com - removed declarations of the localconfig +# variables from this location. We don't want these declared here. They'll # automatically get declared in the process of reading in localconfig, and # this way we can look in the symbol table to see if they've been declared # yet or not. @@ -420,7 +420,7 @@ if ($newstuff ne "") { exit; } -# 2000-Dec-18 - dave@intrec.com - see Bug 52921 +# 2000-Dec-18 - justdave@syndicomm.com - see Bug 52921 # This is a hack to read in the values defined in localconfig without getting # them predeclared at compile time if they're missing from localconfig. # Ideas swiped from pp. 281-282, O'Reilly's "Programming Perl 2nd Edition" @@ -575,8 +575,8 @@ if ($my_db_check) { # original DSN line was: # my $dsn = "DBI:$db_base:$my_db_name;$my_db_host;$my_db_port"; -# removed the $db_name because we don't know it exists yet, and this will -# fail if we request it here and it doesn't. - dave@intrec.com 2000/09/16 +# removed the $db_name because we don't know it exists yet, and this will fail +# if we request it here and it doesn't. - justdave@syndicomm.com 2000/09/16 my $dsn = "DBI:$db_base:;$my_db_host;$my_db_port"; my $dbh = DBI->connect($dsn, $my_db_user, $my_db_pass); printf("Checking for %15s %-9s ", "MySQL Server", "(v$sql_want)"); diff --git a/editgroups.cgi b/editgroups.cgi index 1849e5b89..79d448c47 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -18,7 +18,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All # Rights Reserved. # -# Contributor(s): Dave Miller +# Contributor(s): Dave Miller # Code derived from editowners.cgi and editusers.cgi diff --git a/editusers.cgi b/editusers.cgi index 319b2ea79..3fe7ccb8b 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -19,7 +19,7 @@ # Rights Reserved. # # Contributor(s): Holger Schurig -# Dave Miller +# Dave Miller # Joe Robins # Dan Mosedale # diff --git a/enter_bug.cgi b/enter_bug.cgi index f6fb78d87..10c328e1b 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -18,7 +18,7 @@ # Netscape Communications Corporation. All Rights Reserved. # # Contributor(s): Terry Weissman -# Dave Miller +# Dave Miller # Joe Robins diff --git a/process_bug.cgi b/process_bug.cgi index 41b0877f4..dded85dbb 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -20,7 +20,7 @@ # # Contributor(s): Terry Weissman # Dan Mosedale -# Dave Miller +# Dave Miller use diagnostics; use strict; diff --git a/userprefs.cgi b/userprefs.cgi index d0b97f33c..e2fcbf0db 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -16,7 +16,7 @@ # Contributor(s): Terry Weissman # Dan Mosedale # Alan Raetz -# David Miller +# David Miller # use diagnostics; -- cgit v1.2.1