summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/gl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gl.pl b/bin/gl.pl
index bc098aa5..c79d56d2 100644
--- a/bin/gl.pl
+++ b/bin/gl.pl
@@ -951,7 +951,7 @@ qq|<option value="$_->{projectnumber}--$_->{id}">$_->{projectnumber}\n|;
$form->{rowcount} = $count + 1;
- display_form;
+ display_form();
}