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 ''; } } } else { die($err); } ?>
|---|