summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/Form.pm')
-rwxr-xr-xLedgerSMB/Form.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 22dbf06f..23733bbf 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -1491,6 +1491,8 @@ sub dbquote {
sub update_balance {
+ # This is a dangerous private function. All apps calling it must
+ # be careful to avoid SQL injection issues
my ($self, $dbh, $table, $field, $where, $value) = @_;