okay this is it LOL

This commit is contained in:
notfire 2025-02-18 14:40:52 -05:00
parent 016690f1fb
commit c3362bda0e
Signed by: notfire
GPG key ID: 3AFDACAAB4E56B16

View file

@ -5,7 +5,7 @@
$query = " $query = "
UPDATE TABLE data UPDATE TABLE data
SET isprivread = False SET isprivread = False
WHERE ispublic = False; WHERE ispublic IS FALSE;
"; ";
pg_query($db, $query); pg_query($db, $query);