Merge pull request #1689 from phl0/hideStationsOnEdit

这个提交包含在:
Peter Goodhall 2022-10-15 21:21:11 +01:00 提交者 GitHub
当前提交 eac1995c15
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

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