aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 97bf667475..81ce34574f 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -48,7 +48,6 @@ while ($row = $db->sql_fetchrow($result))
}
$db->sql_freeresult($result);
-
// Generate birthday list if required ...
$birthday_list = '';
if ($config['load_birthdays'])