From b591ba12803b94f699b247ccdfb9c5666cffb912 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 22 Feb 2016 12:56:41 +0100 Subject: [PATCH] Uncomment line --- dev/initdata/purge-data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/initdata/purge-data.php b/dev/initdata/purge-data.php index a0f6d8917e7..25ab928b136 100755 --- a/dev/initdata/purge-data.php +++ b/dev/initdata/purge-data.php @@ -219,7 +219,7 @@ if ($error || $mode != 'confirm') else { print "Commit all changes.\n"; - //$db->commit(); + $db->commit(); } $db->close(); -- GitLab