mirror of
https://github.com/itflow-org/itflow
synced 2026-08-15 20:15:12 +00:00
Replace Function shortenClient() with shortenClientName()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user