diff --git a/index.php b/index.php index 8d07c1e..977e1d5 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,6 @@ } if(isset($_POST['sort'])) { if($_POST['sort']=='alpha') { - print_r('alpha'); array_multisort($newsArray, SORT_STRING, $imagesArray, $timesArray); } }