Reports

The reports and edits that are currently pending.

Reports

getTopReports($reportPage, $maxResults); $resultCount = $storage->getCountReports(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Report # Username Question # Question Report Text
' . $res['id'] . '' . $res['username'] . '' . $res['question_num'] . '' . $res['original'] . '' . $res['report_text'] . '
paginate(); ?>

Edits

getTopEdits($editPage, $maxResults); $resultCount = $storage->getCountEdits(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> 0) { $isItalic = false; $differenceString .= ''; $differenceString .= '*'; } $brokenNew = str_split($splitNew[$y]); if(!array_key_exists($y, $splitOld)){ $splitOld[$y] = '*'; } $brokenOld = str_split($splitOld[$y]); for($i=0;$i'; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Edit # Username New Question Old Question Question #
' . $res['id'] . '' . $res['username'] . '' . $differenceString . '' . $res['original'] . '' . $res['question_id'] . '
paginate(); ?>

Added Questions

getTopNewQuestions($newPage, $maxResults); $resultCount = $storage->getCountNewQuestions(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> '; echo ''; echo ''; echo ''; echo ''; } ?>
# Author New Question
' . $res['id'] . '' . $res['username'] . '' . $res['question'] . '
paginate(); ?>