From 9135d2f63cda9c759af0c4bf230b33c81b04067c Mon Sep 17 00:00:00 2001
From: the_systech <the_systech@users.sourceforge.net>
Date: Tue, 12 Mar 2002 21:14:58 +0000
Subject: 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
---
 phpBB/profile.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB')

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');
 			}
-- 
cgit v1.2.1