Spelling fixes.

git-svn-id: svn://10.0.0.236/trunk@128941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
matty%chariot.net.au
2002-09-06 03:59:06 +00:00
parent 6ee9d013fd
commit 3a71f4befc
4 changed files with 8 additions and 8 deletions

View File

@@ -1406,7 +1406,7 @@ foreach my $id (@idlist) {
SendSQL("SELECT who FROM cc WHERE bug_id = " . SqlQuote($duplicate) . " and who = $reporter");
my $isoncc = FetchOneColumn();
unless ($isreporter || $isoncc || ! $::FORM{'confirm_add_duplicate'}) {
# The reporter is oblivious to the existance of the new bug and is permitted access
# The reporter is oblivious to the existence of the new bug and is permitted access
# ... add 'em to the cc (and record activity)
LogActivityEntry($duplicate,"cc","",DBID_to_name($reporter));
SendSQL("INSERT INTO cc (who, bug_id) VALUES ($reporter, " . SqlQuote($duplicate) . ")");