Author: swatig0
Date: 2007-08-17 20:40:40 +0000 (Fri, 17 Aug 2007)
New Revision: 14770
Modified:
trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
XMLLibrarian
Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java 2007-08-17 20:19:01 UTC
(rev 14769)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java 2007-08-17 20:40:40 UTC
(rev 14770)
@@ -164,7 +164,7 @@
* @param request
*/
public String handleHTTPGet(HTTPRequest request) throws
PluginHTTPException {
- if(test) {reloadOld(configfile); test= false;}
+ // if(test) {reloadOld(configfile); test= false;}
StringBuffer out = new StringBuffer();
String search = request.getParam("search");
String stylesheet = request.getParam("stylesheet", null);