Was crashing if you weren't already logged in.
git-svn-id: svn://10.0.0.236/trunk@59035 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user