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
|
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"] . "', ".
|
||||||
|
|
Loading…
Reference in New Issue