mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
Was crashing if you weren't already logged in.
This commit is contained in:
parent
dbba147326
commit
1550a88427
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user