diff options
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/Form.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index b63a595f..299efb9d 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -1344,7 +1344,7 @@ sub run_custom_queries { my $dbh = $self->{dbh}; if ($query_type !~ /^(select|insert|update)$/i){ $self->error($locale->text( - "Passed incorrect query type to get_cutstom_queries." + "Passed incorrect query type to run_custom_queries." )); } my @rc; |