mirror of
https://github.com/itflow-org/itflow
synced 2026-03-28 08:15:38 +00:00
Tidying
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
$get_copy = $_GET; // create a copy of the $_GET array
|
||||
//unset($get_copy['page']);
|
||||
unset($get_copy['sort']);
|
||||
unset($get_copy['order']);
|
||||
unset($get_copy['order']);
|
||||
|
||||
// Paging
|
||||
if (isset($_GET['page'])) {
|
||||
@@ -107,8 +107,8 @@ if (isset($_GET['archived'])) {
|
||||
$archived = intval($_GET['archived']);
|
||||
}
|
||||
|
||||
if($archived == 1){
|
||||
if ($archived == 1){
|
||||
$archive_query = "archived_at IS NOT NULL";
|
||||
} else {
|
||||
$archive_query = "archived_at IS NULL";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user