added static defines to incl.php (for emails)
updated email sent out on delete comment to include the correct URL
This commit is contained in:
committed by
Jeremy Newman
parent
fb0da948c3
commit
1e797f9364
@@ -65,7 +65,7 @@ $email = getNotifyEmailAddressList($appId, $versionId);
|
||||
if($email)
|
||||
{
|
||||
$fullAppName = "Application: ".lookupAppName($appId)." Version: ".lookupVersionName($appId, $versionId);
|
||||
$ms .= apidb_fullurl("appview.php?appId=$appId&versionId=$versionId")."\n";
|
||||
$ms .= APPDB_ROOT."appview.php?appId=$appId&versionId=$versionId\n";
|
||||
$ms .= "\n";
|
||||
$ms .= ($current->username ? $current->username : "Anonymous")." deleted comment from ".$fullAppName."\n";
|
||||
$ms .= "\n";
|
||||
|
||||
Reference in New Issue
Block a user