Skip to content

Commit

Permalink
Merge pull request #69 from hariketsheth/hariket
Browse files Browse the repository at this point in the history
[Fix]: Fixed Category-Wise Posts (#11)
  • Loading branch information
hariket-sheth1 authored Nov 27, 2021
2 parents e438a41 + 148010e commit 9d8960f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion function.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function addVisit($con, $temp1, $temp2, $temp3){
}
}
function getCategoryInfo($con,$id){

$query="SELECT * FROM category WHERE id=$id";

$run=mysqli_query($con,$query);
Expand Down

0 comments on commit 9d8960f

Please sign in to comment.