ID | Project | Category | Submitted / Last Updated |
---|---|---|---|
01577 | UserSpice | ACP Code | 2022-10-24 18:18:04 / 2022-12-30 19:32:26 |
Reported | Dan Hoover | Assigned To | Unassigned |
Priority | none | Reported | 5.4.5 |
Status | closed | Resolution Version and Commit | |
Summary | General ticket for null coalescing userspice functions for php 8.1 compatibility. | ||
Description |
Just keep adding comments. users/helpers/helpers.php if (!function_exists('money')) { function money($ugly) { $ugly = $ugly ?? 0; return '$'.number_format($ugly, 2, '.', ','); } } |
xxxxxxxxxx
dashboard ajax calls