diff --git a/html/user/pending.php b/html/user/pending.php index 762beac5e1..b1d264e267 100644 --- a/html/user/pending.php +++ b/html/user/pending.php @@ -51,7 +51,7 @@ if ($format == "xml") { while ($result = mysql_fetch_object($res)) { echo "\n"; echo "id\">$result->id\n"; - echo "workunitid\">$result->id\n"; + echo "workunitid\">$result->workunitid\n"; echo "".format_credit($result->claimed_credit)."\n"; echo "\n"; $sum += $result->claimed_credit;