Was crashing if you weren't already logged in.

This commit is contained in:
terry%mozilla.org 2000-01-28 07:15:44 +00:00
parent dbba147326
commit 1550a88427

View File

@ -666,6 +666,7 @@ print "
my @fields;
push(@fields, ["noop", "---"]);
ConnectToDatabase();
SendSQL("SELECT name, description FROM fielddefs ORDER BY sortkey");
while (MoreSQLData()) {
my ($name, $description) = (FetchSQLData());