Author: pwang
Date: 2012-10-11 13:23:57 -0700 (Thu, 11 Oct 2012)
New Revision: 30656
Modified:
new_cytoscape_website/bugreport/bugreport.php
Log:
Add a prefix '[cytoweb-bug]' to the subject line of email
Modified: new_cytoscape_website/bugreport/bugreport.php
===================================================================
--- new_cytoscape_website/bugreport/bugreport.php 2012-10-11 19:57:29 UTC
(rev 30655)
+++ new_cytoscape_website/bugreport/bugreport.php 2012-10-11 20:23:57 UTC
(rev 30656)
@@ -223,7 +223,7 @@
$to = $to . $cytostaff_emails[$i] . " ";
}
- $subject = "New bug submitted by ".$bugReport['name'];
+ $subject = "[cytoweb-bug] New bug submitted by ".$bugReport['name'];
$body = $bugReport['description']."\n\nAdmin URL:
http://chianti.ucsd.edu/cyto_web/bugreport/bugreportadmin.php";
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.