summaryrefslogtreecommitdiffstats
path: root/static/volunteer
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-23 08:11:47 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-23 08:11:47 -0400
commit2bbdc81960cfa02bb4cc0a0b282be7fa7f337eee (patch)
tree7860f0ce4735e1366e907cf42b2c86964ceec996 /static/volunteer
parent9b82967f2fa3b8ffa3372b46e08035d99625bcec (diff)
static/volunteer/submit/index.php: Update post.
* static/volunteer/submit/index.php (post): Remove debug $sok statement.
Diffstat (limited to 'static/volunteer')
-rw-r--r--static/volunteer/submit/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index 732e031..a5415b3 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -50,7 +50,7 @@ function post() {
$sok = true;
if (empty($error)) {
$sok = send($n, $e, $m);
- }$sok = false;
+ }
if (!$sok) {
$errors[] = 'Unable to process your submission.';
}