Author: swatig0
Date: 2007-08-17 20:14:24 +0000 (Fri, 17 Aug 2007)
New Revision: 14768
Modified:
trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
XMLLibrarian
Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java 2007-08-17 20:04:27 UTC
(rev 14767)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java 2007-08-17 20:14:24 UTC
(rev 14768)
@@ -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);