From 78a97236f7d2b6afe9c4e4e26cb1c7deb8df44b9 Mon Sep 17 00:00:00 2001 From: james Date: Sun, 9 Dec 2007 21:06:55 +0000 Subject: [PATCH] Add the email address to the new participant email --- db/db.code.version.txt | 2 +- db/db.update.74.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.74.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index d69c74c..fff0a24 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -73 +74 diff --git a/db/db.update.74.sql b/db/db.update.74.sql new file mode 100644 index 0000000..07534d5 --- /dev/null +++ b/db/db.update.74.sql @@ -0,0 +1 @@ +UPDATE `emails` SET body='A new registration account has been created for you. To access your registration account, please enter the following registration number into the registration website:\r\n\r\nEmail Address: [EMAIL]\r\nRegistration Number: [REGNUM]\r\n' WHERE val='new_participant' AND body='A new registration account has been created for you. To access your registration account, please enter the following registration number into the registration website:\r\n\r\nRegistration Number: [REGNUM]\r\n';