Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5569, comment 2


Ignore:
Timestamp:
04/20/2014 06:17:09 PM (11 years ago)
Author:
megainfo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5569, comment 2

    initial v1  
    11Using the code bellow
    22{{{
    3 SELECT count(a.ID) FROM wp_users as u
     3SELECT count(u.ID) FROM wp_users as u
    44LEFT JOIN wp_usermeta as um ON u.ID = um.user_id
    55where u.user_status = 0 and um.meta_key = 'activation_key';
    6 
    76}}}
    87