Replace Function shortenClient() with shortenClientName()

This commit is contained in:
johnnyq
2026-07-14 17:46:25 -04:00
parent 9d540f4bfe
commit 8f824a1868
3 changed files with 3 additions and 3 deletions

View File

@@ -367,7 +367,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
// Abbreviation
if (empty($client_abbreviation)) {
$client_abbreviation = shortenClient($client_name);
$client_abbreviation = shortenClientName($client_name);
}
// Client Tags