Changeset 540

Show
Ignore:
Timestamp:
09/12/06 18:17:11 (2 years ago)
Author:
ben
Message:

The admin panel no longer displays a warning if the users array is empty.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/admin/admin_main.php

    r503 r540  
    1010     
    1111    // Number of users of each type 
    12     if ($users = count_users()) { 
     12    if ($users = count_users() && !empty($users) && is_array($users)) { 
    1313        foreach($users as $user) { 
    1414