corrections
This commit is contained in:
parent
5a8c33c49e
commit
8c29f52051
3
db.php
3
db.php
|
|
@ -10,4 +10,5 @@ function fetchCats() {
|
||||||
$cats = $stmt->fetchAll();
|
$cats = $stmt->fetchAll();
|
||||||
|
|
||||||
return $cats;
|
return $cats;
|
||||||
}
|
}
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue