From 0761f76cc24350c4391efc981e49a9ad9828a94d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 13 May 2013 01:00:15 -0700 Subject: Many PHP warnings/notices fixes. --- do.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'do.php') diff --git a/do.php b/do.php index ad48408..59c40cd 100644 --- a/do.php +++ b/do.php @@ -285,8 +285,9 @@ if ($_GET['r'] == 'getpath') { // ---------- CLOSING THE SESSION $_SESSION WILL NO LONGER WORK FOR WRITING session_write_close(); //Now that is done, we can easily do whatever we want - Like, send any emails that there might be. - include_once('./includes/emails.php'); - SendQueuedEmail(); + //TODO: Move to process.php! + //include_once('./includes/emails.php'); + //SendQueuedEmail(); $json['error'][] = 'user is logged in'; // --------- USER LOGGED IN -- cgit v1.2.3