diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-26 16:10:43 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-26 16:10:43 +0000 |
| commit | 4274eb2a075c72dc5b62bf09c1b737528834f54a (patch) | |
| tree | 61c9ff6a59f52067ffc490144138c246ac92065e /phpBB/includes/functions_convert.php | |
| parent | ddddda47fb414095371b80f0873dee3986d0d308 (diff) | |
| download | forums-4274eb2a075c72dc5b62bf09c1b737528834f54a.tar forums-4274eb2a075c72dc5b62bf09c1b737528834f54a.tar.gz forums-4274eb2a075c72dc5b62bf09c1b737528834f54a.tar.bz2 forums-4274eb2a075c72dc5b62bf09c1b737528834f54a.tar.xz forums-4274eb2a075c72dc5b62bf09c1b737528834f54a.zip | |
heh
git-svn-id: file:///svn/phpbb/trunk@6931 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_convert.php')
| -rw-r--r-- | phpBB/includes/functions_convert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index 856d9cce95..b01b19fa69 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -43,7 +43,7 @@ function still_on_time() $max_execution_time = min(max(10, ($max_execution_time - 15)), 250); // For debugging purposes - $max_execution_time = 10; + // $max_execution_time = 10; global $starttime; $start_time = (empty($starttime)) ? $current_time : $starttime; |
