aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-12 21:14:58 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-12 21:14:58 +0000
commit9135d2f63cda9c759af0c4bf230b33c81b04067c (patch)
tree838cefd5485ab0b4e7e7665b9203e4a342075023 /phpBB
parent1db4b1fc4412a696fb2833bd2590c982925c222b (diff)
downloadforums-9135d2f63cda9c759af0c4bf230b33c81b04067c.tar
forums-9135d2f63cda9c759af0c4bf230b33c81b04067c.tar.gz
forums-9135d2f63cda9c759af0c4bf230b33c81b04067c.tar.bz2
forums-9135d2f63cda9c759af0c4bf230b33c81b04067c.tar.xz
forums-9135d2f63cda9c759af0c4bf230b33c81b04067c.zip
Ok, ok, ok so I didn't get one right... Sue me already
git-svn-id: file:///svn/phpbb/trunk@2297 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index b0a584b6c3..390b5693e0 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -1493,7 +1493,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
// Let's do an overall check for settings/versions which would prevent
// us from doing file uploads....
//
- if( phpversion() >= '4.0.0 )
+ if( phpversion() >= '4.0.0' )
{
$file_uploads = ini_get('file_uploads');
}