Fix call to GetMaxLength().
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
7169e2636f
commit
6afa9a62b9
2 changed files with 2 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ if ($OptReportType and $OptReportType ne 'default') {
|
|||
my $Field = ($GroupBy eq 'month') ? $OptType : 'month';
|
||||
my ($MaxLength,$MaxValLength) = &GetMaxLength($DBHandle,$Conf{'DBTable'},
|
||||
$Field,'postings',$SQLWhereClause,
|
||||
@SQLBindNames);
|
||||
'',@SQLBindNames);
|
||||
|
||||
### build and execute SQL query
|
||||
my ($DBQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue