From c955c27cbebba3edaab9532834ac72041eccbf58 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Tue, 28 May 2013 02:07:59 -0500 Subject: Edited a few more places where "include_once" was being used within a method. Hopefully this doesn't break anything :) --- pages/massemail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pages/massemail.php') diff --git a/pages/massemail.php b/pages/massemail.php index a85451b..d9c97c7 100644 --- a/pages/massemail.php +++ b/pages/massemail.php @@ -12,6 +12,7 @@ topbar($Links); include_once('./includes/datas.php'); include_once('./includes/sqlEmbedded.php'); include_once('./includes/emails.php'); +include_once('./includes/sqlEmbedded.php'); if (!$accepted) exit; @@ -77,8 +78,6 @@ if (isset($_POST['queueMassEmail']) AND $_POST['queueMassEmail'] == 'true') { exit; } -include_once('./includes/sqlEmbedded.php'); - $res = mysqli_query($mysqli, "SELECT count(*) as count FROM `emailQueue`"); $row = mysqli_fetch_assoc($res); $count = $row['count']; -- cgit v1.2.3