vanderbilt-redcap / cross-project-piping-module

Cross-Project Piping pipes from one field in one project into another field in another project. This project does not currently have a support budget that allows responses to issues.
MIT License
10 stars 7 forks source link

Code inside if statement is missing #6

Closed aarenson closed 4 years ago

aarenson commented 4 years ago

In CrossprojectpipingExternalModule.php on line 68 there's an if statement with nothing inside:

if($isSuperUser) { }

aarenson commented 4 years ago

This code snippet is inside a function that is essentially a stub for potential future development, so shouldn't be expected to be complete.