![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$report_id = $_GET["report_id"] | |
if($report_id &&is_numeric($_GET["report_id"])) | else |
if(startsWith($report_id, "tmp-")) | $form = new AutoForm($report, "POST", "/action/report_manager/update_report?report_id=$report_id") |
$form | submitLabel = "Save Report" |
$form | allowDelete = $report->allowDelete() |
if ( $method=="POST") | |
if (startsWith( $report_id, "tmp-")) $form = new AutoForm($report, "POST", "/action/report_manager/update_report?report_id=$report_id") |
Definition at line 63 of file update_report.inc.
$report_id = $_GET["report_id"] |
Definition at line 36 of file update_report.inc.
$form allowDelete = $report->allowDelete() |
Definition at line 71 of file update_report.inc.
if ( $report_id &&is_numeric( $_GET["report_id"])) else |
Definition at line 49 of file update_report.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 73 of file update_report.inc.
$form submitLabel = "Save Report" |
Definition at line 70 of file update_report.inc.