From 7b811947858b879b52a91a7fb495a05a2f4d49fb Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Tue, 30 Nov 2004 10:46:11 +0000 Subject: [PATCH] Accidentally left my email address in a setting. --- docs/upgrades/upgrade_6.2.9-6.3.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.2.9-6.3.0.sql b/docs/upgrades/upgrade_6.2.9-6.3.0.sql index e2b7a8770..408a6b566 100644 --- a/docs/upgrades/upgrade_6.2.9-6.3.0.sql +++ b/docs/upgrades/upgrade_6.2.9-6.3.0.sql @@ -91,7 +91,7 @@ create table layout ( INSERT INTO settings VALUES ('commerceCheckoutCanceledTemplateId','1'); INSERT INTO settings VALUES ('commerceConfirmCheckoutTemplateId','1'); INSERT INTO settings VALUES ('commercePaymentPlugin','PayFlowPro'); -INSERT INTO settings VALUES ('commerceSendDailyReportTo','martin@geefmegeld.nl'); +INSERT INTO settings VALUES ('commerceSendDailyReportTo',''); INSERT INTO settings VALUES ('commerceTransactionErrorTemplateId','1'); INSERT INTO template VALUES ('1','Subscription code redemption','\r\nBatch: \r\n\r\n\r\n
\r\n','Operation/RedeemSubscription',1,1); INSERT INTO template VALUES ('1','Subscriptionitem default template','

\r\n
\r\n
\r\n
\r\n$
\r\n\">Subscribe now
','Macro/SubscriptionItem',1,1);