diff options
Diffstat (limited to 'templates/show_users.inc')
-rw-r--r-- | templates/show_users.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_users.inc b/templates/show_users.inc index 143c87bb..2ca1c53f 100644 --- a/templates/show_users.inc +++ b/templates/show_users.inc @@ -83,7 +83,7 @@ while ($results = mysql_fetch_object($db_result)) { if (!$user->create_date) { $create_date = "Unknown"; } ?> -<tr class="even"> +<tr class="<?php echo flip_class(); ?>"> <td> <a href="<?php echo $web_path; ?>/admin/users.php?action=edit&user=<?php echo $user->username; ?>"> <?php echo $user->fullname; ?> (<?php echo $user->username; ?>) |