diff --git a/extras_explorerjs.js b/extras_explorerjs.js index 59f9f9a5f7d902e03cb91be0e938b6f490f97d2f..f9c1fe16174384c89ad06aaf53cb3b4e87ba6bda 100755 --- a/extras_explorerjs.js +++ b/extras_explorerjs.js @@ -2,7 +2,7 @@ * Customize as you want ;) */ function callGeomap(){ - db=JSON.stringify('php/community.db'); + db=JSON.stringify('php/community_fixed.db'); if(is_empty(selections)){ // jsonparams='["all"]'; jsonparams='["unique_id"]&unique_id='+getUrlParam.nodeidparam; diff --git a/php/parametres.php b/php/parametres.php index c6689356c3831e56a7064d1e7eca05d38cd47bb7..973e6c0bff42e153a01fe311bc4704fe90e5b8d2 100755 --- a/php/parametres.php +++ b/php/parametres.php @@ -5,7 +5,7 @@ list de parametres. */ //$dbname='/home/jbilcke/databases/scholar_test_data.db'; -$dbname='community.db'; +$dbname='community_fixed.db'; //$dbname='scholar_test_data.db'; //$scholars_db ="raw_scholars"; diff --git a/zearcher.sh b/zearcher.sh index c147828c1d5a010300a00ad7c164c0714027fd29..cb19737567cb9c3ac1106d0c131c3ae7194231dd 100755 --- a/zearcher.sh +++ b/zearcher.sh @@ -27,11 +27,11 @@ function testing { #Searching for the word "Magic" function test2 { - iter=`find . -name '*.js' -print` + iter=`find . -name '*.php' -print` for f in $iter do filename=`echo $f | sed s/"\.\/"//g` - variable=`cat $filename | grep "semanticConverged"` + variable=`cat $filename | grep "community.db"` if [[ "$variable" != "" ]] then echo $filename