当前提交
b03870e195
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -2990,7 +2990,7 @@ class Logbook_model extends CI_Model {
|
|||
$a = substr($a, 0, -1); # Remove the / at the end
|
||||
}
|
||||
if ($c) {
|
||||
$c = substr($c, 1,); # Remove the / at the beginning
|
||||
$c = substr($c, 1); # Remove the / at the beginning
|
||||
};
|
||||
|
||||
# In some cases when there is no part A but B and C, and C is longer than 2
|
||||
|
|
|
|||
正在加载…
在新工单中引用