diff --git a/html/ops/profile_screen_form.php b/html/ops/profile_screen_form.php index 802f440946..8213d02c30 100644 --- a/html/ops/profile_screen_form.php +++ b/html/ops/profile_screen_form.php @@ -57,29 +57,30 @@ $result = _mysql_query($query); $n = 0; echo "
"; -start_table(); $found = false; while ($profile = _mysql_fetch_object($result)) { $found = true; - echo ""; + start_table(); + echo ""; buttons($n); echo " +

Name: $profile->name
recommends: $profile->recommend
rejects: $profile->reject -
RAC: $profile->expavg_credit +
RAC: ".format_credit($profile->expavg_credit)."
"; echo ""; start_table(); show_profile($profile, $g_logged_in_user, true); end_table(); - echo "
\n"; + echo "\n"; echo "userid\">\n"; $n++; + end_table(); } -end_table(); if ($found) { echo "