Fixes two issues at DOK-Lookup. Pre/Suffix and crappy Zero(tm)

This commit is contained in:
int2001
2025-02-06 10:01:52 +00:00
parent 490741850e
commit f3d4cb898f
2 changed files with 2 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ class Lookup extends CI_Controller {
session_write_close();
if($call) {
$call = str_replace("-","/",$call);
$uppercase_callsign = strtoupper($call);
}