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' WHERE msg_id='". $msg_id."'")) | else |
if (!isset( $db)) $msg_id = $_POST['msg_id'] |
Definition at line 20 of file message-read.php.
if ( $db->query("UPDATE {plugin_msg} SET msg_read='1' WHERE msg_id='". $msg_id."'")) else |
Definition at line 26 of file message-read.php.