Go to the source code of this file.
Variables | |
| $permission = 44 | |
| $id = clean_int($_REQUEST['id']) | |
| $sql = "SELECT * FROM `{$dbFiles}` WHERE id='$id'" | |
| $result = mysql_query($sql) | |
| if(mysql_error()) trigger_error("MySQL Query Error ".mysql_error() | E_USER_WARNING |
| $obj = mysql_fetch_object($result) | |
| $conn_id = create_ftp_connection() | |
| if(mysql_error()) trigger_error("MySQL Query Error ".mysql_error() | E_USER_ERROR |
| $conn_id = create_ftp_connection() |
Definition at line 32 of file ftp_delete.php.
Referenced by create_ftp_connection().
Definition at line 24 of file ftp_delete.php.
| $obj = mysql_fetch_object($result) |
Definition at line 29 of file ftp_delete.php.
Referenced by act_find_contact_contract(), ajaxdata_add_action_function(), authenticate(), authenticateContact(), billable_units_site(), category_dropdown(), contract_slatag(), dashboard_engineer_display(), dashboard_engineer_edit(), dashboard_links_edit(), dashboard_rss_edit(), dashboard_watch_incidents_display(), dashboard_watch_incidents_edit(), display_drafts(), does_contact_have_billable_contract(), draw_consultant_chart(), get_all_available_multipliers(), get_billable_multiplier(), get_incident_billing_details(), get_public_holidays(), ldapImportCustomerFromEmail(), list_incidents(), open_activities_for_incident(), open_activities_for_site(), saction_ChaseCustomers(), saction_CloseIncidents(), saction_ldapSync(), saction_PurgeExpiredFTPItems(), service_dropdown_contract(), service_dropdown_site(), show_dashboard_component(), show_tag_cloud(), sitetype_drop_down(), and user_incidents().
| $permission = 44 |
Definition at line 15 of file ftp_delete.php.
| $result = mysql_query($sql) |
Definition at line 27 of file ftp_delete.php.
Definition at line 26 of file ftp_delete.php.
| if (mysql_error()) trigger_error("MySQL Query Error ".mysql_error() E_USER_ERROR |
Definition at line 68 of file ftp_delete.php.
| if (mysql_error()) trigger_error("MySQL Query Error ".mysql_error() E_USER_WARNING |
Definition at line 28 of file ftp_delete.php.
For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo