export updated.... for the most part
This commit is contained in:
parent
0823390738
commit
5e5a8193e9
@ -300,7 +300,8 @@ while ($row = hesk_dbFetchAssoc($res2)) {
|
||||
|
||||
// Generate export file
|
||||
if (isset($_GET['w'])) {
|
||||
// We'll need HH:MM:SS format for hesk_date() here
|
||||
/*
|
||||
* // We'll need HH:MM:SS format for hesk_date() here
|
||||
$hesk_settings['timeformat'] = 'H:i:s';
|
||||
|
||||
// Get staff names
|
||||
@ -637,6 +638,10 @@ if (isset($_GET['w'])) {
|
||||
else {
|
||||
hesk_unlink($save_to);
|
||||
}
|
||||
*/
|
||||
|
||||
require_once(HESK_PATH . 'inc/export_functions.inc.php');
|
||||
list($success_msg, $tickets_exported) = hesk_export_to_XML($sql);
|
||||
}
|
||||
|
||||
/* Print header */
|
||||
|
Loading…
x
Reference in New Issue
Block a user