Remove unneeded code fragment

pull/2046/head
phl0 2023-03-21 12:30:18 +01:00
rodzic 6929a061eb
commit c75879e377
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -179,7 +179,6 @@ class API_Model extends CI_Model {
$this->db->set('last_used', 'NOW()', FALSE);
$this->db->where('key', xss_clean($key));
$this->db->update('api');
//$query = $this->db->query('UPDATE `api` SET `last_used` = NOW() WHERE `key` = "'.xss_clean($key).'";');
}
// FUNCTION: string name(string $column)