- fix notifications

- improves notifications
This commit is contained in:
Jonathan Ernst
2005-02-02 00:14:01 +00:00
committed by WineHQ
parent 0519a85604
commit 7ce5895681
7 changed files with 38 additions and 54 deletions

View File

@@ -47,7 +47,7 @@ if($_REQUEST['sub'] == "Submit")
$sFullAppName .= " Version: ".lookupVersionName($_REQUEST['appId'], $_REQUEST['versionId']);
$sMsg = APPDB_ROOT."appview.php?appId=".$_REQUEST['appId']."&versionId=".$_REQUEST['versionId']."\r\n";
$sMsg .= "\r\n";
$sMsg .= $_SESSION['current']->realname." added note to ".$sFullAppName."\r\n";
$sMsg .= $_SESSION['current']->sRealname." added note to ".$sFullAppName."\r\n";
$sMsg .= "\r\n";
$sMsg .= "title: ".$_REQUEST['noteTitle']."\r\n";
$sMsg .= "\r\n";