picture status wird beibehalten

git-svn-id: svn://svn.cccv.de/engel-system@217 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-22 16:56:48 +00:00
parent 05c41f4925
commit 171e9fb170
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ if( IsSet($_GET["action"]) )
else else
$SQL = "UPDATE `UserPicture` SET ". $SQL = "UPDATE `UserPicture` SET ".
"`Bild`='$data', ". "`Bild`='$data', ".
"`ContentType`='". $_FILES["file"]["type"]. "', ". "`ContentType`='". $_FILES["file"]["type"]. "' ".
"`show`='N' ".
"WHERE `UID`='". $_POST['UID']. "'"; "WHERE `UID`='". $_POST['UID']. "'";
echo "Upload Pictur:'" . $_FILES["file"]["name"] . "', ". echo "Upload Pictur:'" . $_FILES["file"]["name"] . "', ".