Changeset 1173 in ExiteCMS for trunk/administration/members.php


Ignore:
Timestamp:
12/16/07 22:46:04 (4 years ago)
Author:
hverton
Message:

added User Activation admin module
removed test code from the members admin module
updated the english language pack
fixed using the wrong open code in _custom_html.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/members.php

    r1159 r1173  
    126126        $refs += dbcount("(*)", "pm_index", "pmindex_reply_id='$user_id'"); 
    127127        $refs += dbcount("(*)", "pm_index", "pmindex_from_id='$user_id'"); 
    128         $refs = 1; 
    129128        if ($refs) { 
    130129            // if so, mark this user as deleted, but don't delete anything 
Note: See TracChangeset for help on using the changeset viewer.