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 ''; } ?> 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 ''; } ?> 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 ''; } ?> paginate(); ?>

Pending Deletions

getTopDeletions($deletePage, $maxResults); $resultCount = $storage->getCountDeletions(); } catch(StorageSchemaException $e) { echo "
Error: Database schema is not queryable
"; } catch(StorageConnectionException $e) { echo "
Error: Database is not available
"; } ?> '; echo ''; echo ''; echo ''; echo ''; echo ''; } ?> paginate(); ?>