From b41a365b609a83f60680e12c19bc98f61da8d8c2 Mon Sep 17 00:00:00 2001 From: Lars van Hijfte Date: Tue, 31 Jan 2017 16:11:20 +0100 Subject: [PATCH] Age instead of birthday --- website/public/profile.php | 1 + website/views/profile.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/public/profile.php b/website/public/profile.php index c67b60d..05c661d 100644 --- a/website/public/profile.php +++ b/website/public/profile.php @@ -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"]; diff --git a/website/views/profile.php b/website/views/profile.php index 4db1a1e..c72c01b 100644 --- a/website/views/profile.php +++ b/website/views/profile.php @@ -29,7 +29,7 @@

Informatie