From 32a0841f3c4bd0c4149f86d283fba2aa00b2ed43 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 26 Sep 2014 09:40:26 -0700 Subject: [PATCH] Remove conference option and direct people to mail in the event --- submit-event.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/submit-event.php b/submit-event.php index 4c4d0838b..da88a5d8d 100644 --- a/submit-event.php +++ b/submit-event.php @@ -142,9 +142,10 @@ if ($process) { // No form data to process else { - echo "

\n Have an upcoming PHP user group meeting? Holding a PHP training session?\n" . - " Submit your event here, and after it has been approved, it will be listed on\n" . - " the PHP.net homepage and appear in our full event listings.\n

"; + echo "

\n Have an upcoming PHP user group meeting?\n" . + " Submit your event here, and after it has been approved, it will be listed in\n" . + " our event calendar.\n

"; + echo "

Please note that conference submissions should be emailed to php-webmaster@lists.php.net

\n"; } // Display errors if found @@ -230,7 +231,7 @@ if ($process && count($errors) === 0) {