FIX: removed debug thingy ._.
This commit is contained in:
parent
47768831c0
commit
a25b0c2b35
@ -19,7 +19,7 @@
|
|||||||
if( isset($_POST['sel_order']) && isset($_POST['inp_search']) ) {
|
if( isset($_POST['sel_order']) && isset($_POST['inp_search']) ) {
|
||||||
$sort = 'img_date';
|
$sort = 'img_date';
|
||||||
$sdir = 'DESC';
|
$sdir = 'DESC';
|
||||||
var_dump($sort, $sdir);
|
|
||||||
switch($_POST['sel_order']) {
|
switch($_POST['sel_order']) {
|
||||||
case 'new':
|
case 'new':
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user