Merge pull request #165 from TheSerapher/issue-163

removing debug dump output
This commit is contained in:
Sebastian Grewe 2013-06-10 11:24:42 -07:00
commit fc8ad9eee9

View File

@ -5,7 +5,6 @@ if (!defined('SECURITY')) die('Hacking attempt');
if (!$_SESSION['AUTHENTICATED']) header('Location: index.php?page=home');
if ($_REQUEST['do'] == 'save') {
var_dump($_REQUEST['data']);
if ($notification->updateSettings($_SESSION['USERDATA']['id'], $_REQUEST['data'])) {
$_SESSION['POPUP'][] = array('CONTENT' => 'Updated notification settings');
} else {