survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit fcc596663b8719414fba9df4fbfc9c061d6efa88
parent 3efe6fa5e2e8bb1f9df2460e1fc5040c86b7750e
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 21:33:03 -0500

Update profile.php
Diffstat:
Mwebsite/profile.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/profile.php b/website/profile.php @@ -32,4 +32,4 @@ $sql = "SELECT title FROM survey WHERE survey_id IN (SELECT survey_id FROM answe <h2> Email: <?php echo $email; ?> </h2> <h2> UserID: <?php echo $uid; ?> </h2> <h2> User Registration Date: <?php echo $date; ?> </h2> - <h2> Blocked Status: <?php echo $block, ": ", $blockStatus; ?> </h2> + <h2> Blocked Status: <?php echo $blockStatus; ?> </h2>