Author: pwang
Date: 2012-01-19 15:22:19 -0800 (Thu, 19 Jan 2012)
New Revision: 28061
Modified:
new_cytoscape_website/bugreport/bugreport.php
Log:
Add admin URL
Modified: new_cytoscape_website/bugreport/bugreport.php
===================================================================
--- new_cytoscape_website/bugreport/bugreport.php 2012-01-19 23:08:42 UTC
(rev 28060)
+++ new_cytoscape_website/bugreport/bugreport.php 2012-01-19 23:22:19 UTC
(rev 28061)
@@ -102,7 +102,7 @@
}
-// This is a security check, restrict number of bugs a user can submit with a
day
+// This is a security check, restrict number of bugs a user can submit within
a day
function getReportCountToday($connection, $bugReport) {
$bugCount = 0;
@@ -225,7 +225,7 @@
$subject = "New bug submitted by ".$bugReport['name'];
- $body = $bugReport['description'];
+ $body = $bugReport['description']."\n\nAdmin URL:
http://chianti.ucsd.edu/cyto_web/bugreport/bugreportadmin.php";
?>
Thank you for submitting bug report to Cytoscape, Cytoscape staff will
review your report.
--
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.