Skip to content

Commit a0cf4fa

Browse files
author
Marius Burkard
committed
Update upd_0094.php
1 parent e7fe31a commit a0cf4fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install/patches/upd_0094.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
if(!defined('INSTALLER_RUN')) die('Patch update file access violation.');
44

5-
/*class upd_0094 extends installer_patch_update {
5+
class upd_0094 extends installer_patch_update {
66

77
public function onBeforeSQL() {
88
global $inst;
99

1010
// Remove any duplicate mail_forwardings prior to adding unique key
11-
$inst->db->query("DELETE FROM mail_forwarding WHERE forwarding_id IN (SELECT forwarding_id FROM (SELECT forwarding_id, COUNT(source) AS source_count FROM mail_forwarding GROUP BY source HAVING source_count > 1) as t1)");
11+
//$inst->db->query("DELETE FROM mail_forwarding WHERE forwarding_id IN (SELECT forwarding_id FROM (SELECT forwarding_id, COUNT(source) AS source_count FROM mail_forwarding GROUP BY source HAVING source_count > 1) as t1)");
1212
}
1313

1414
}
15-
*/

0 commit comments

Comments
 (0)