From 63584e76cb55af8ea40d759522754dfc36cc98a0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 6 Jun 2018 09:34:34 -0600 Subject: [PATCH] Update call_broadcast.php --- app/call_broadcast/call_broadcast.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_broadcast/call_broadcast.php b/app/call_broadcast/call_broadcast.php index 5aab237206..eef4256e7e 100644 --- a/app/call_broadcast/call_broadcast.php +++ b/app/call_broadcast/call_broadcast.php @@ -53,6 +53,7 @@ unset ($prep_statement, $result, $sql); //prepare the paging + require_once "resources/paging.php"; $rows_per_page = ($_SESSION['domain']['paging']['numeric'] != '') ? $_SESSION['domain']['paging']['numeric'] : 50; $param = ""; $page = $_GET['page']; @@ -76,9 +77,8 @@ $row_style["0"] = "row_style0"; $row_style["1"] = "row_style1"; -//add the includes +//add the header require_once "resources/header.php"; - require_once "resources/paging.php"; //get the http get variables and set them to php variables $order_by = $_GET["order_by"];