Project

General

Profile

« Previous | Next » 

Revision 2374

Added by sgarg over 19 years ago

Fixed a bug from previous commit

View differences:

src/edu/ucsb/nceas/metacat/QueryGroup.java
99 99
        if (first) {
100 100
          first = false;
101 101
        } else {
102
          queryString.append(" " + operator + " ");
102
	  if(!queryString.toString().equals("")){
103
          	queryString.append(" " + operator + " ");
104
	  }
103 105
        }
104 106
        if (qobject instanceof QueryGroup) {
105 107
          QueryGroup qg = (QueryGroup)qobject;

Also available in: Unified diff