Skip to content

Commit 9d8960f

Browse files
Merge pull request #69 from hariketsheth/hariket
[Fix]: Fixed Category-Wise Posts (#11)
2 parents e438a41 + 148010e commit 9d8960f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

function.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ function addVisit($con, $temp1, $temp2, $temp3){
6767
}
6868
}
6969
function getCategoryInfo($con,$id){
70-
7170
$query="SELECT * FROM category WHERE id=$id";
7271

7372
$run=mysqli_query($con,$query);

0 commit comments

Comments
 (0)