|
|
@ -218,6 +218,7 @@ class Aauth { |
|
|
|
return $query = $this->CI->db->insert( $this->config_vars['pm'], $data ); |
|
|
|
return $query = $this->CI->db->insert( $this->config_vars['pm'], $data ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// updates user's last activity date |
|
|
|
// updates user's last activity date |
|
|
|
public function update_activity($user_id = FALSE) { |
|
|
|
public function update_activity($user_id = FALSE) { |
|
|
|
|
|
|
|
|
|
|
@ -961,6 +962,7 @@ class Aauth { |
|
|
|
* performance impr. // tablo isimlerini configden çekmesin |
|
|
|
* performance impr. // tablo isimlerini configden çekmesin |
|
|
|
* captcha |
|
|
|
* captcha |
|
|
|
* mail fonksiyonları imtihanı |
|
|
|
* mail fonksiyonları imtihanı |
|
|
|
|
|
|
|
* pm için okundu ve göster, sil, engelle? die fonksiyonlar eklencek |
|
|
|
* |
|
|
|
* |
|
|
|
* Done staff |
|
|
|
* Done staff |
|
|
|
* ----------- |
|
|
|
* ----------- |
|
|
|