Adjusted lotw_cert query to stop group by error that some where seeing if MySQL Servers running in strict
这个提交包含在:
父节点
762676b69e
当前提交
249c659430
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -17,8 +17,8 @@ class LotwCert extends CI_Model {
|
|||
|
|
||||
*/
|
||||
function lotw_certs($user_id) {
|
||||
|
||||
$this->db->where('user_id', $user_id);
|
||||
$this->db->group_by("callsign");
|
||||
$this->db->order_by('cert_dxcc', 'ASC');
|
||||
$query = $this->db->get('lotw_certs');
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用