Changeset 570 for trunk/wp-admin/b2team.php
- Timestamp:
- 12/05/2003 01:27:00 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2team.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2team.php
r558 r570 104 104 <?php 105 105 $users = $wpdb->get_results("SELECT ID FROM $tableusers WHERE user_level>0 ORDER BY ID"); 106 ++$querycount;107 106 foreach ($users as $user) { 108 107 $user_data = get_userdata($user->ID); … … 140 139 <?php 141 140 $users = $wpdb->get_results("SELECT * FROM $tableusers WHERE user_level=0 ORDER BY ID"); 142 ++$querycount;143 141 if ($users) { 144 142 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)