Skip to content

Commit 148010e

Browse files
Fixed Category-Wise Posts
1 parent e438a41 commit 148010e

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)