![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$page | page_title = "Custom Reports" |
$common = new CustomReportListView("Most Commonly Used Reports", "common_reports", "shared = 1", 2) | |
$myReports = new CustomReportListView("My Reports", "my_reports", "user_id={$user->user_id}", 4) | |
$script = $common->writeScript() | |
$common = new CustomReportListView("Most Commonly Used Reports", "common_reports", "shared = 1", 2) |
Definition at line 6 of file custom_reports.inc.
$myReports = new CustomReportListView("My Reports", "my_reports", "user_id={$user->user_id}", 4) |
Definition at line 7 of file custom_reports.inc.
$script = $common->writeScript() |
Definition at line 9 of file custom_reports.inc.
$page page_title = "Custom Reports" |
Definition at line 4 of file custom_reports.inc.