Changeset 1159 in ExiteCMS for trunk/administration/index.php


Ignore:
Timestamp:
12/08/07 00:04:43 (4 years ago)
Author:
hverton
Message:

update all user queries to include the user_status, to select only active user accounts
removed download bar selection from the download module (should be in the download bars module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/index.php

    r1112 r1159  
    9999$variables['statistics']['members_unactive'] = dbcount("(user_id)", "users", "user_status='2'"); 
    100100$variables['statistics']['members_suspended'] = dbcount("(user_id)", "users", "user_status='1'"); 
     101$variables['statistics']['members_deleted'] = dbcount("(user_id)", "users", "user_status='3'"); 
    101102$variables['statistics']['messages_unread'] = dbcount("(post_id)", "posts_unread"); 
    102103$variables['statistics']['comments'] = dbcount("(comment_id)", "comments"); 
Note: See TracChangeset for help on using the changeset viewer.