updating concept javascript and adding license line into file

This commit is contained in:
hjkhjk54 2011-11-30 19:13:13 +00:00
parent 1a994e0187
commit e8dc87f509
2 changed files with 4 additions and 1 deletions

View file

@ -163,7 +163,7 @@ var addConceptForm = {
var i;
for(i = 0; i < arrayLen; i++) {
var concept = resultsArray[i];
if(concept.bestMatch == "true") {
if(concept.bestMatch != "false") {
bestMatchResults.push(concept);
}
}

View file

@ -1,4 +1,7 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*
* $Id: BeanToJsonSerializer.java 66350 2007-08-20 21:11:41Z xluan $
*
* Copyright 2006- Revolution Health Group. All rights reserved.