YaWK
24.1
Yet another WebKit
|
Go to the source code of this file.
Variables | |
if(!isset($db)) | $msg_id = $_POST['msg_id'] |
if($db->query("UPDATE {plugin_msg} SET msg_read='1', trash='0', spam='0' WHERE msg_id = '". $msg_id."'")) | else |
if (!isset( $db)) $msg_id = $_POST['msg_id'] |
Definition at line 20 of file message-restore-spam.php.
if ( $db->query("UPDATE {plugin_msg} SET msg_read='1', trash='0', spam='0' WHERE msg_id = '". $msg_id."'")) else |
Definition at line 27 of file message-restore-spam.php.