From 4bcaaf4579721fe10abfa35a57d0e268bb100b67 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Wed, 6 Jul 2022 10:37:07 +0200 Subject: [PATCH] Script: Session assignments deletion script: Uncomment exit command to prevent wild execution - refs BT#19984 --- tests/scripts/delete_old_tasks_by_session_dates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/delete_old_tasks_by_session_dates.php b/tests/scripts/delete_old_tasks_by_session_dates.php index 51f17f64ca..0497c6ae0a 100644 --- a/tests/scripts/delete_old_tasks_by_session_dates.php +++ b/tests/scripts/delete_old_tasks_by_session_dates.php @@ -10,7 +10,7 @@ * @author Percy Santiago * @author Yannick Warnier - Cleanup and debug */ -//exit; +exit; require __DIR__.'/../../main/inc/global.inc.php'; $simulate = false; $taskNameFilter = ''; // fill with any value to only delete tasks that contain this text