From dac911e1d9443c7bf5d5102ed569513db9ae8670 Mon Sep 17 00:00:00 2001 From: Stefan Brannfjell Date: Sat, 6 Sep 2014 13:49:59 +0200 Subject: [PATCH] Fix #147 --- changepassword.php | 2 -- settings.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/changepassword.php b/changepassword.php index 8616bfd..0027d5c 100644 --- a/changepassword.php +++ b/changepassword.php @@ -35,8 +35,6 @@ if (empty($_POST) === false) { } else { $errors[] = 'Your current password is incorrect.'; } - - print_r($errors); } include 'layout/overall/header.php'; ?> diff --git a/settings.php b/settings.php index 82c6e81..89b266a 100644 --- a/settings.php +++ b/settings.php @@ -24,8 +24,6 @@ if (empty($_POST) === false) { $errors[] = 'That email address is already in use.'; } } - - print_r($errors); } ?>

Settings