[gnome-web-www] Drop leftovers.
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] Drop leftovers.
- Date: Sat, 27 Apr 2013 14:50:08 +0000 (UTC)
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]