diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-22 16:56:48 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-22 16:56:48 +0000 |
commit | 171e9fb17005c3669c2e0c498320236967860436 (patch) | |
tree | e8673994905fc02dd0972f36f4e59e5e61c34361 | |
parent | 05c41f4925ef77212c1f262aaad1fa5500dc74df (diff) |
picture status wird beibehalten
git-svn-id: svn://svn.cccv.de/engel-system@217 29ba0400-6e00-0410-a75a-ca02368028f8
-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"] . "', ". |