Skip to content

Commit 0ea6409

Browse files
author
Emre Akay
committed
minor changes
1 parent 2fc4269 commit 0ea6409

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

application/config/aauth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'no_permission' => '/',
2020
//name of admin group
2121
'admin_group' => 'admin',
22-
//the new user is added in it
22+
//name of default group, the new user is added in it
2323
'default_group' => 'default',
2424
// public group , people who not logged in
2525
'public_group' => 'public',

application/libraries/Aauth.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ public function send_pm($sender_id, $receiver_id, $message){
218218
return $query = $this->CI->db->insert( $this->config_vars['pm'], $data );
219219
}
220220

221+
221222
// updates user's last activity date
222223
public function update_activity($user_id = FALSE) {
223224

@@ -961,6 +962,7 @@ public function get_infos($divider = '<br />'){
961962
* performance impr. // tablo isimlerini configden çekmesin
962963
* captcha
963964
* mail fonksiyonları imtihanı
965+
* pm için okundu ve göster, sil, engelle? die fonksiyonlar eklencek
964966
*
965967
* Done staff
966968
* -----------

0 commit comments

Comments
 (0)