aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index ac090bb19a..639cb48bae 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -1089,7 +1089,6 @@ while ($row = $db->sql_fetchrow($result))
$diff = ($diff < 0) ? 1 : 0;
}
- $age = (int) (date('Y', time()) - $bday_year - $diff);
$user_cache[$poster_id]['age'] = (int) ($today['year'] - $bday_year - $diff);
}
}