Age instead of birthday

This commit is contained in:
Lars van Hijfte
2017-01-31 16:11:20 +01:00
parent 6a7bb4670b
commit b41a365b60
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ include_once("../queries/user.php");
include_once("../queries/friendship.php");
include_once("../queries/nicetime.php");
include_once("../queries/post.php");
include_once("../queries/calcAge.php");
if(empty($_GET["username"])) {
$userID = $_SESSION["userID"];