From: idfx Date: Tue, 11 Sep 2001 10:41:59 +0000 (+0000) Subject: content_x_topic+ X-Git-Tag: prexmlproducerconfig~494 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=b4b6ed8be7a194087e48e324e3673923cb338608;p=mir.git content_x_topic+ --- diff --git a/source/mircoders/servlet/ServletModuleOpenIndy.java b/source/mircoders/servlet/ServletModuleOpenIndy.java index 6e8877f5..a2ccc2ec 100755 --- a/source/mircoders/servlet/ServletModuleOpenIndy.java +++ b/source/mircoders/servlet/ServletModuleOpenIndy.java @@ -184,7 +184,6 @@ public class ServletModuleOpenIndy extends ServletModule if (fileName.toLowerCase().endsWith(".gif")) fileType=1; if (fileType>=0) { entImage.setImage(mediaData, fileType); - withValues.put("to_media",mediaId); setMedia=true; } else @@ -208,6 +207,7 @@ public class ServletModuleOpenIndy extends ServletModule // inserting content and media id in table content_x_media try{ DatabaseContentToMedia.getInstance().setMedia(id,mediaId); + theLog.printError("setting content_x_topic success"); } catch (Exception e) { theLog.printError("setting content_x_topic failed"); }