From e6c79242e6a7debfccc643a09dfab4a4d7746a8a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 5 Oct 2007 14:30:11 +0000 Subject: dumdidum... sorry. ;) git-svn-id: file:///svn/phpbb/trunk@8146 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') 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$ * -- cgit v1.2.1