s
This commit is contained in:
parent
c3362bda0e
commit
a34bc30196
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
// ensure already private messages still get shown
|
// ensure already private messages still get shown
|
||||||
|
|
||||||
$query = "
|
$query = "
|
||||||
UPDATE TABLE data
|
UPDATE data
|
||||||
SET isprivread = False
|
SET isprivread = False
|
||||||
WHERE ispublic IS FALSE;
|
WHERE ispublic IS FALSE;
|
||||||
";
|
";
|
||||||
|
|
Loading…
Add table
Reference in a new issue