* Get Default View */
()
| 13 | * Get Default View |
| 14 | */ |
| 15 | function get_default_view(){ |
| 16 | |
| 17 | // Set the default view if no other view is selected. |
| 18 | return "views/reports.php"; |
| 19 | |
| 20 | } |
| 21 | |
| 22 | /** |
| 23 | * The Active Selection |
no outgoing calls
no test coverage detected