Hide station locations of other users

这个提交包含在:
phl0 2022-10-15 21:07:59 +02:00
父节点 e7f9ba88ef
当前提交 6a52c8c37c
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -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">