The reports and edits that are currently pending.
| Report # | Username | Question # | Question | Report Text | ' . $res['id'] . ' | '; echo '' . $res['username'] . ' | '; echo '' . $res['question_num'] . ' | '; echo '' . $res['original'] . ' | '; echo '' . $res['report_text'] . ' | '; echo ''; } ?>
|---|
| Edit # | Username | New Question | Old Question | Question # | ' . $res['id'] . ' | '; echo '' . $res['username'] . ' | '; echo '' . $differenceString . ' | '; echo '' . $res['original'] . ' | '; echo '' . $res['question_id'] . ' | '; echo ''; } ?>
|---|
| # | Author | New Question | ' . $res['id'] . ' | '; echo '' . $res['username'] . ' | '; echo '' . $res['question'] . ' | '; echo ''; } ?>
|---|
| # | Username | New Question | Question # | ' . $res['id'] . ' | '; echo '' . $res['username'] . ' | '; echo '' . $res['question'] . ' | '; echo '' . $res['line_num'] . ' | '; echo ''; } ?>
|---|