mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 04:55:13 +00:00
Rename Functions: flash_alert, sanitizeFilename and display_folder_options using camelCase instead to match other custom php functions
This commit is contained in:
@@ -24,7 +24,7 @@ if (isset($_POST['add_credit'])) {
|
||||
|
||||
logAudit("Credit", "Create", "$session_name added " . numfmt_format_currency($currency_format, $amount, $session_company_currency) . "", $client_id, $credit_id);
|
||||
|
||||
flash_alert(numfmt_format_currency($currency_format, $amount, $session_company_currency) . " Credit Added");
|
||||
flashAlert(numfmt_format_currency($currency_format, $amount, $session_company_currency) . " Credit Added");
|
||||
|
||||
redirect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user