mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Corrected some text in comment
This commit is contained in:
@@ -201,7 +201,7 @@ class Dayswithqso_model extends CI_Model
|
||||
}
|
||||
|
||||
/*
|
||||
* Returns the total number of QSOs made for each day of the week (Monday to Sunday)
|
||||
* Returns the total number of QSOs made for each month of the year
|
||||
*/
|
||||
function getMonthsOfYear() {
|
||||
$this->load->model('logbooks_model');
|
||||
@@ -221,7 +221,6 @@ class Dayswithqso_model extends CI_Model
|
||||
ORDER BY FIELD(month, 'January', 'February', 'March', 'April', 'May', 'June',
|
||||
'July', 'August', 'September', 'October', 'November', 'December')";
|
||||
|
||||
|
||||
$query = $this->db->query($sql);
|
||||
|
||||
return $query->result();
|
||||
|
||||
Reference in New Issue
Block a user