A null quip file was causing errors.

git-svn-id: svn://10.0.0.236/trunk@35142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
1999-06-14 17:37:02 +00:00
parent 544d8d9cef
commit 71b813e43c

View File

@@ -619,7 +619,8 @@ if (open (COMMENTS, "<data/comments")) {
}
close COMMENTS;
$quip = $cdata[int(rand($#cdata + 1))];
} else {
}
if (!defined $quip) {
$quip = "Bugzilla would like to put a random quip here, but nobody has entered any.";
}