Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Akay committed Sep 18, 2013
1 parent 2fc4269 commit 0ea6409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/config/aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'no_permission' => '/',
//name of admin group
'admin_group' => 'admin',
//the new user is added in it
//name of default group, the new user is added in it
'default_group' => 'default',
// public group , people who not logged in
'public_group' => 'public',
Expand Down
2 changes: 2 additions & 0 deletions application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public function send_pm($sender_id, $receiver_id, $message){
return $query = $this->CI->db->insert( $this->config_vars['pm'], $data );
}


// updates user's last activity date
public function update_activity($user_id = FALSE) {

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

0 comments on commit 0ea6409

Please sign in to comment.