Merge pull request #1261 from phl0/emptyTableRemove

Remove unneded piece of code
This commit is contained in:
Florian (DF2ET)
2024-11-25 10:10:55 +01:00
committed by GitHub

View File

@@ -103,10 +103,6 @@ class Lotw_model extends CI_Model {
}
}
function empty_table($table) {
$this->db->empty_table($table);
}
function lotw_cert_expired($user_id, $date) {
$array = array('user_id' => $user_id, 'date_expires <' => $date);
$this->db->where($array);