direct op
authoridfx <idfx>
Fri, 14 Sep 2001 10:43:36 +0000 (10:43 +0000)
committeridfx <idfx>
Fri, 14 Sep 2001 10:43:36 +0000 (10:43 +0000)
source/mircoders/servlet/ServletModuleOpenIndy.java

index 8a2c90b..9a12406 100755 (executable)
@@ -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(""))