login;
$isMod = false;
if($login->isLoggedIn()) {
if(!is_null($login->getUser())) {
if($login->getUser()->getCapability() == "owner" || $login->getUser()->getCapability() == "triviamod") {
$isMod = true;
}
}
}
?>
Reports
The reports and edits that are currently pending.
Reports
$error";
}
?>
| # |
Username |
Question # |
Question |
Report Text |
';
}
?>
';
echo '' . $res['id'] . ' | ';
echo '' . $res['username'] . ' | ';
echo '' . $res['question_num'] . ' | ';
echo '' . $res['original'] . ' | ';
echo '' . $res['report_text'] . ' | ';
if($isMod) {
echo '$res['id'])) . '" class="btn btn-mini"> | ';
}
echo '';
}
?>
paginate();
?>
Edits
$error";
}
?>
| # |
Username |
New Question |
Old Question |
Question # |
';
}
?>
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 '' . $res['id'] . ' | ';
echo '' . $res['username'] . ' | ';
echo '' . $differenceString . ' | ';
echo '' . $res['original'] . ' | ';
echo '' . $res['question_id'] . ' | ';
if($isMod) {
echo '$res['id'])) . '" class="btn btn-mini"> $res['id'])) . '" class="btn btn-mini"> | ';
}
echo '';
}
?>
paginate();
?>
Added Questions
$error";
}
?>
paginate();
?>
Pending Deletions
$error";
}
?>
paginate();
?>