mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Timeline] SQL Bugfix for certain MySQL configurations.
This commit is contained in:
@@ -102,7 +102,7 @@ class Timeline_model extends CI_Model
|
||||
$sql .= " and col_mode ='" . $mode . "'";
|
||||
}
|
||||
|
||||
$sql .= " and col_iota <> '' group by col_iota
|
||||
$sql .= " and col_iota <> '' group by col_iota, name, prefix
|
||||
order by date desc";
|
||||
|
||||
$query = $this->db->query($sql);
|
||||
@@ -193,4 +193,4 @@ class Timeline_model extends CI_Model
|
||||
return $results;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user