diff options
Diffstat (limited to 'www-ssl')
-rwxr-xr-x | www-ssl/admin/UserPicture.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www-ssl/admin/UserPicture.php b/www-ssl/admin/UserPicture.php index c4754174..7346fe0b 100755 --- a/www-ssl/admin/UserPicture.php +++ b/www-ssl/admin/UserPicture.php @@ -43,8 +43,7 @@ if( IsSet($_GET["action"]) ) else $SQL = "UPDATE `UserPicture` SET ". "`Bild`='$data', ". - "`ContentType`='". $_FILES["file"]["type"]. "', ". - "`show`='N' ". + "`ContentType`='". $_FILES["file"]["type"]. "' ". "WHERE `UID`='". $_POST['UID']. "'"; echo "Upload Pictur:'" . $_FILES["file"]["name"] . "', ". |