From: idfx Date: Fri, 14 Sep 2001 10:43:36 +0000 (+0000) Subject: direct op X-Git-Tag: prexmlproducerconfig~489 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ae9ec9820e9a78ab5b19607adbf0b270f72b8760;p=mir.git direct op --- diff --git a/source/mircoders/servlet/ServletModuleOpenIndy.java b/source/mircoders/servlet/ServletModuleOpenIndy.java index 8a2c90b4..9a124062 100755 --- a/source/mircoders/servlet/ServletModuleOpenIndy.java +++ b/source/mircoders/servlet/ServletModuleOpenIndy.java @@ -199,6 +199,8 @@ public class ServletModuleOpenIndy extends ServletModule withValues.put("is_published","1"); // if op direct article-type == newswire if (directOp==true) withValues.put("to_article_type","1"); + theLog.printDebugInfo("direct op: "+directOp); + // owner is openposting user withValues.put("to_publisher","1"); if (withValues.get("creator").toString().equals(""))