Menu

Commit [r15]  Maximize  Restore  History

Fix for SF Bug ID: 2941815

Missing ID in link in email notification when updating support status.

mindblender 2010-09-15

changed /support/addpost.php
/support/addpost.php Diff Switch to side-by-side view
--- a/support/addpost.php
+++ b/support/addpost.php
@@ -33,6 +33,7 @@
 	
 	if ($notifications == "true") {
 		if ($requestDetail->sr_status[0] != $sta) {
+			$num = $id;
 			include("../support/noti_statusrequestchange.php");
 		}
 	}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.