small fixx
authoridfx <idfx>
Tue, 2 Oct 2001 18:46:52 +0000 (18:46 +0000)
committeridfx <idfx>
Tue, 2 Oct 2001 18:46:52 +0000 (18:46 +0000)
source/config.properties-dist
source/mircoders/producer/ProducerContent.java
templates-dist/producer/startpage.template

index 69a8108..29ec12c 100755 (executable)
@@ -76,7 +76,7 @@ Producer.DocRoot=
 
 # this is the name of the subdirectory where the image-dir
 # will be linked to.
-Producer.ImageRoot=img
+Producer.ImageRoot=/img
 
 
 # the url of the video-server
index 2123ce7..c482d73 100755 (executable)
@@ -201,7 +201,7 @@ public class ProducerContent extends Producer {
         sessionConnectTime = new java.util.Date().getTime() - startTime;
         if (retVal == true && !"1".equals(currentContent.getValue("is_produced")))
             currentContent.setProduced(true);
-      }
+      }//while
 
       if (batchEntityList.hasNextBatch()){
         batchEntityList = contentModule.getContent(whereClause, orderBy, batchEntityList.getNextBatch(),contentBatchsize, userEntity);
index 3a46c73..ca7fc58 100755 (executable)
@@ -98,7 +98,8 @@
                  <!-- newswire --> 
                   <p> 
                    <list newswire as n>
-                   <img alt=${n.icon_alt} border="0" height="10" src=${n.tiny_icon} width="12"> 
+                   <img alt=${n.icon_alt} border="0" height="10"
+src="${n.tiny_icon}" width="12"> 
                     <a href="${config.docroot}${n.publish_path}${n.id}.shtml"><b>${n.title}</b></a><br>
                     <font size="-2"><b></b>${n.webdb_create_formatted}</font><br>
                     <br>