mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Merge pull request #1261 from phl0/emptyTableRemove
Remove unneded piece of code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user