[SUCS Devel] site r612 - branches/sucs-site/lib
imranh at sucs.org
imranh at sucs.org
Mon Dec 1 01:02:56 GMT 2014
Author: imranh
Date: 2014-12-01 01:02:54 +0000 (Mon, 01 Dec 2014)
New Revision: 612
Modified:
branches/sucs-site/lib/page-feedback.php
Log:
Page feedback emails go to me
Modified: branches/sucs-site/lib/page-feedback.php
===================================================================
--- branches/sucs-site/lib/page-feedback.php 2014-12-01 00:51:29 UTC (rev 611)
+++ branches/sucs-site/lib/page-feedback.php 2014-12-01 01:02:54 UTC (rev 612)
@@ -2,7 +2,7 @@
/* mechanism for members to give us feedback about web pages */
// where do website feedback mails go?
-$contact = "chckens at sucs.org";
+$contact = "imranh at sucs.org";
if ($session->loggedin) {
if ($_REQUEST['action'] == "feedback") {
More information about the Devel
mailing list