Skip to content

Commit

Permalink
removed code in search result
Browse files Browse the repository at this point in the history
  • Loading branch information
rickybulalakaw committed Jun 25, 2020
1 parent 5733475 commit f30aecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchposts.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

$postsearch = getpostsby($param, $searchid, $start_from, $results_per_page);

print_r($postsearch);
// print_r($postsearch);

if(mysqli_num_rows($postsearch) < 1){

Expand Down

0 comments on commit f30aecd

Please sign in to comment.