More places where the 0 is annoying

This commit is contained in:
int2001
2024-12-30 12:15:28 +00:00
parent aaf89b2aca
commit 37e05649a6
3 changed files with 5 additions and 2 deletions

View File

@@ -858,6 +858,8 @@ class Logbook extends CI_Controller {
if(!$this->user_model->authorize($this->config->item('auth_mode'))) { return; }
$id = str_replace('Ø', "0", $id);
$id2 = str_replace('Ø', "0", $id2);
$fixedid = $id;
if ($id2 != "") {