[gnome-web-www] Drop leftovers.



commit 85bb68a4b09ecbac149f94cb46e26c712316e03e
Author: Andrea Veri <av gnome org>
Date:   Sat Apr 27 16:50:00 2013 +0200

    Drop leftovers.

 theme/page-apply.php |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index 1a72828..8b3d193 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -17,11 +17,8 @@ if (array_key_exists('submit', $_POST)) {
     }
     
     $summary = trim(stripslashes($_POST['summary']));
-       echo "<h1>";    
-       echo $gnome_mail_alias = trim(stripslashes($_POST['gnome_mail_alias']));
-       echo "<br>";
-    echo $gnome_jabber = trim(stripslashes($_POST['gnome_jabber']));
-       echo "</h1>";
+    $gnome_mail_alias = trim(stripslashes($_POST['gnome_mail_alias']));
+    $gnome_jabber = trim(stripslashes($_POST['gnome_jabber']));
     $previous_participation = trim(stripslashes($_POST['previous_participation']));
     
     if (empty($full_name) || empty($email) || empty($summary) || empty($gnome_mail_alias) || 
empty($gnome_jabber)) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]