Skip to content

Commit

Permalink
variable name change to project related
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed Jan 20, 2016
1 parent 318d147 commit cb9e8a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/CouchDB_Import_Demographics.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ function _getSubproject($id) {

function _getProject($id) {
$config = NDB_Config::singleton();
$subprojs = $config->getProjectSettings($id);
if($subprojs['id'] == $id) {
return $subprojs['Name'];
$projs = $config->getProjectSettings($id);
if($projs['id'] == $id) {
return $projs['Name'];
}
}

Expand Down

0 comments on commit cb9e8a2

Please sign in to comment.