Skip to content
Snippets Groups Projects
Commit 9a1397fc authored by rtherville's avatar rtherville
Browse files

Update to the purge process

- The hidden runs and analyzes are now excluded from the purge demands
and the mail. They will from now on be purged semi-manually.

Issue #225
parent 992512e8
No related branches found
No related tags found
1 merge request!136Update to the purge process to ignore hidden elements
......@@ -54,7 +54,7 @@ class tx_nG6_pi6_purge {
foreach(explode(",", $project_ids) as $project_id){
#retrieve project data
$p=tx_nG6_db::select_a_project_retention_data_info($project_id, FALSE, TRUE);
$p=tx_nG6_db::select_a_project_retention_data_info($project_id, FALSE, FALSE);
#retrieve discarded emails
$string_emails_to_discard = $email_to_discard ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment