Skip to content

Commit

Permalink
Bug Fix: Uncommented URL in file
Browse files Browse the repository at this point in the history
- Comments out the example url
  • Loading branch information
caprenter committed Dec 20, 2011
1 parent cd31142 commit 91eaa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/validator_link.php
Expand Up @@ -36,7 +36,7 @@
* @return string $link A URL to the validator service
*/

http://84.45.72.169:8080/exist/rest/db/apps/iati-api/xquery/validate.xq?type=activitySet&src=http%3A%2F%2Fsiteresources.worldbank.org%2FINTSOPE%2FResources%2F5929468-1305310586289%2FWB_NI.xml
//http://84.45.72.169:8080/exist/rest/db/apps/iati-api/xquery/validate.xq?type=activitySet&src=http%3A%2F%2Fsiteresources.worldbank.org%2FINTSOPE%2FResources%2F5929468-1305310586289%2FWB_NI.xml
function validator_link($url,$file,$id = NULL) {
if ($id !=NULL) {
$link ='http://webapps.kitwallace.me/exist/rest/db/apps/iati/xquery/validate.xq?mode=view&type=activity&id=';
Expand Down

0 comments on commit 91eaa29

Please sign in to comment.