Go to the source code of this file.
Variables | |
| $is_admin_page = 'y' | |
| $res = db_query("UPDATE ".ARTIFACT."_report SET name='$rep_name', description='$rep_desc',scope='$rep_scope' WHERE report_id=$report_id") | |
| $report_id = db_insertid($res) | |
| $sql | |
| $cb_report_val = ($$cb_report ? '1':'0') | |
| $tf_search_val = ($$tf_search ? '\''.$$tf_search.'\'' : 'NULL') | |
| $tf_report_val = ($$tf_report ? '\''.$$tf_report.'\'' : 'NULL') | |
| $tf_colwidth_val = ($$tf_colwidth? '\''.$$tf_colwidth.'\'' : 'NULL') | |
|
|
Definition at line 83 of file include/trackers_run/admin/editqueryforms.php. |
|
|
Definition at line 30 of file include/trackers_run/admin/editqueryforms.php. |
|
|
Definition at line 63 of file include/trackers_run/admin/editqueryforms.php. |
|
|
|
Initial value: 'INSERT INTO '.ARTIFACT.'_report_field (report_id, field_name,'.
'show_on_query,show_on_result,place_query,place_result,col_width) VALUES '
Definition at line 67 of file include/trackers_run/admin/editqueryforms.php. |
|
|
Definition at line 86 of file include/trackers_run/admin/editqueryforms.php. |
|
|
Definition at line 85 of file include/trackers_run/admin/editqueryforms.php. |
|
|
Definition at line 84 of file include/trackers_run/admin/editqueryforms.php. |
1.4.4