mirror of https://github.com/itflow-org/itflow
Tidy
This commit is contained in:
parent
163f14e791
commit
8d666abc40
|
|
@ -51,7 +51,6 @@ if (isset($_GET['q'])) {
|
|||
// Sortby
|
||||
if (!empty($_GET['sb'])) {
|
||||
$sb = sanitizeInput(preg_replace('/[^a-z_]/', '', $_GET['sb']));
|
||||
|
||||
}
|
||||
|
||||
//$sb = $_GET['sb'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue