From 69e9131bcc974e3c060e37a65472e25db3e5e598 Mon Sep 17 00:00:00 2001 From: Julie Choquet <julie.choquet@ensiie.fr> Date: Sun, 8 May 2016 18:50:35 +0200 Subject: [PATCH] correction bug surnom --- Timeline/view_profil_ident.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Timeline/view_profil_ident.php b/Timeline/view_profil_ident.php index 2a2b180..f2ee547 100755 --- a/Timeline/view_profil_ident.php +++ b/Timeline/view_profil_ident.php @@ -58,7 +58,7 @@ if(isset($_GET['identifiant'])) else { $tabPhotos = getPhotosSesIdentifications($DB, $idprofil); - $surnom = surnomUser($DB, $idprofil); + $surUser = surnomUser($DB, $idprofil); } } @@ -114,7 +114,7 @@ if(isset($_GET['identifiant'])) <?php include 'header.php'; ?> - <h3 class="page-header">Posts de <?php echo $surnom; ?></h3> + <h3 class="page-header">Posts de <?php echo $surUser; ?></h3> <?php if($tabPhotos) -- GitLab