if (iADMIN && checkrights("S")) {
[color=red]if ($action == "delete") {[/color]
$result = dbquery("DELETE FROM ".DB_PREFIX."shoutbox WHERE shout_id='$shout_id'");
}
}
Quote
echo "<i><a href='".FUSION_SELF."?action=delete&shout_id=".$data['shout_id']."' class='side'><font color='red'>Delete</font></a></i> ";
if (!isset($action)) $action = "";
if (iADMIN && checkrights("S")) {
Category Forum
Bugs and Errors - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions