From f878600423eb5e5dbf9bdbb5b9e1a3487dd303a3 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Fri, 11 Aug 2023 10:59:07 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20mo=C5=BCliwo=C5=9Bci=20zapisania=20zg?= =?utf8?q?=C5=82osze=C5=84=20(Zachowane=20zg=C5=82oszenia)=20w=20taki=20sp?= =?utf8?q?os=C3=B3b=20aby=20nie=20wy=C5=9Bwieta=C5=82y=20si=C4=99=20na=20l?= =?utf8?q?i=C5=9Bcie=20zg=C5=82osze=C5=84=20do=20rozpatrzenia,=20ale=20tak?= =?utf8?q?=C5=BCe=20nie=20by=C5=82y=20publicznie=20widoczne?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bugs.php | 2 +- forms/chbugstate.php | 2 +- history.php | 22 ++++++++++++++++++++++ index.php | 2 ++ library.php | 4 ++-- modules/chbugstate.php | 4 ++-- navbar.php | 1 + 7 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 history.php diff --git a/bugs.php b/bugs.php index 9cbdef1..d3c942a 100644 --- a/bugs.php +++ b/bugs.php @@ -16,7 +16,7 @@
= 3 ORDER BY id DESC"; + $cond = "state >= 3 AND state < 5 ORDER BY id DESC"; presentListBugs($connection, $cond); ?>
diff --git a/forms/chbugstate.php b/forms/chbugstate.php index 5244cbf..a7226c7 100644 --- a/forms/chbugstate.php +++ b/forms/chbugstate.php @@ -4,7 +4,7 @@