mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
[Contesting] Removed seconds from checkIfWorkedBefore()
This commit is contained in:
parent
98bd2ea245
commit
6e0b477680
@ -217,8 +217,8 @@ class Contesting_model extends CI_Model {
|
||||
if ($contest_session) {
|
||||
$qsoarray = explode(',', $contest_session->qso);
|
||||
|
||||
$date = DateTime::createFromFormat('d-m-Y H:i:s', $qsoarray[0]);
|
||||
$date = $date->format('Y-m-d H:i:s');
|
||||
$date = DateTime::createFromFormat('d-m-Y H:i', $qsoarray[0]);
|
||||
$date = $date->format('Y-m-d H:i');
|
||||
|
||||
$this->db->where('STATION_ID', $station_id);
|
||||
$this->db->where('COL_CALL', xss_clean($call));
|
||||
|
Loading…
Reference in New Issue
Block a user