Remove logs

master
esensar 2016-05-22 23:30:23 +02:00
parent 064aaec0c3
commit 9f8cc78250
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
}
if(isset($_POST['sort'])) {
if($_POST['sort']=='alpha') {
print_r('alpha');
array_multisort($newsArray, SORT_STRING, $imagesArray, $timesArray);
}
}