YaWK  24.1
Yet another WebKit
message-read.php File Reference

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
 

Variable Documentation

◆ $msg_id

if (!isset( $db)) $msg_id = $_POST['msg_id']

Definition at line 20 of file message-read.php.

◆ else

if ( $db->query("UPDATE {plugin_msg} SET msg_read='1' WHERE msg_id='". $msg_id."'")) else
Initial value:
{
die ("failed to mark as unread")
die
Definition: block-user.php:27

Definition at line 26 of file message-read.php.