mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
a905428c09
commit
45e0062124
@ -26,6 +26,7 @@
|
||||
$DB->query("SELECT UserID, AssignedToUser FROM staff_pm_conversations WHERE ID=$ConvID");
|
||||
list($UserID, $AssignedToUser) = $DB->next_record();
|
||||
|
||||
|
||||
if ($UserID == $LoggedUser['ID'] || $IsFLS || $UserID == $AssignedToUser) {
|
||||
// Response to existing conversation
|
||||
$DB->query("
|
||||
|
Loading…
Reference in New Issue
Block a user