mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
More places where the 0 is annoying
This commit is contained in:
@@ -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 != "") {
|
||||
|
||||
Reference in New Issue
Block a user