picture status wird beibehalten
git-svn-id: svn://svn.cccv.de/engel-system@217 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
05c41f4925
commit
171e9fb170
|
@ -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"] . "', ".
|
||||
|
|
Loading…
Reference in New Issue