PHP reports – Initialization of Variables – All

$report_title = ‘New Active Work Order Detail Report By Crew’;

$_SESSION[‘report_title’] = $report_title;

$report_description = ‘This report is the Active Work Order Details By Crew’;

$paging = “no”;

$pagingRows = 20;

$pagingTableID = “sorttable”;