Hide station locations of other users
这个提交包含在:
父节点
e7f9ba88ef
当前提交
6a52c8c37c
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -530,7 +530,7 @@
|
|||
<?php
|
||||
$CI =& get_instance();
|
||||
$CI->load->model('stations');
|
||||
$my_stations = $CI->stations->all();
|
||||
$my_stations = $CI->stations->all_of_user();
|
||||
?>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
正在加载…
在新工单中引用