summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-22 16:56:48 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-22 16:56:48 +0000
commit171e9fb17005c3669c2e0c498320236967860436 (patch)
treee8673994905fc02dd0972f36f4e59e5e61c34361 /www-ssl
parent05c41f4925ef77212c1f262aaad1fa5500dc74df (diff)
picture status wird beibehalten
git-svn-id: svn://svn.cccv.de/engel-system@217 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/UserPicture.php3
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"] . "', ".