From 171e9fb17005c3669c2e0c498320236967860436 Mon Sep 17 00:00:00 2001 From: cookie Date: Fri, 22 Dec 2006 16:56:48 +0000 Subject: picture status wird beibehalten git-svn-id: svn://svn.cccv.de/engel-system@217 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/admin/UserPicture.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www-ssl/admin/UserPicture.php') 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"] . "', ". -- cgit v1.2.3-54-g00ecf