diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 4672751232..37f510ba8c 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -232,7 +232,7 @@ function still_on_time($extra_time = 15) return (ceil($current_time - $start_time) < $max_execution_time) ? true : false; } -/** +/** * * @version Version 0.1 / $Id$ * |