[SUCS Devel] site r613 - branches/sucs-site/lib
imranh at sucs.org
imranh at sucs.org
Mon Dec 1 09:37:31 GMT 2014
Author: imranh
Date: 2014-12-01 09:37:27 +0000 (Mon, 01 Dec 2014)
New Revision: 613
Modified:
branches/sucs-site/lib/page-feedback.php
Log:
Fixed some stuff related to feedback forms
Modified: branches/sucs-site/lib/page-feedback.php
===================================================================
--- branches/sucs-site/lib/page-feedback.php 2014-12-01 01:02:54 UTC (rev 612)
+++ branches/sucs-site/lib/page-feedback.php 2014-12-01 09:37:27 UTC (rev 613)
@@ -5,8 +5,8 @@
$contact = "imranh at sucs.org";
if ($session->loggedin) {
- if ($_REQUEST['action'] == "feedback") {
- $feedback = $_REQUEST['feedback'];
+ if ($_REQUEST["action"] == "feedback") {
+ $feedback = $_REQUEST["feedback"];
$msgbody = "{$session->username} had this to say about the page {$_SERVER['REQUEST_URI']}:\r\n\r\n";
$msgbody .= "\"{$feedback}\"\r\n";
More information about the Devel
mailing list