Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed May 27, 2022
1 parent a3af2cc commit aca0540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/RemoveInactiveUsersRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function sendWarningEmail($user)
$headers = "From: GOCDB <[email protected]>";
$subject = "GOCDB: User account deletion notice";

//$webPortalURL = "gocdb-portal-address";
$localInfoLocation = __DIR__ . "/../config/local_info.xml";
$localInfoXML = simplexml_load_file($localInfoLocation);
$webPortalURL = $localInfoXML->local_info->web_portal_url;
Expand Down

0 comments on commit aca0540

Please sign in to comment.