From 3b5216f20468895a891b0569f1283d035c2f3ee8 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 12 May 2003 01:44:24 +0000 Subject: [PATCH] fixed a selectList problem in the profile --- docs/upgrades/upgrade_5.2.5-5.3.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_5.2.5-5.3.0.sql b/docs/upgrades/upgrade_5.2.5-5.3.0.sql index 105feea27..9a2900582 100644 --- a/docs/upgrades/upgrade_5.2.5-5.3.0.sql +++ b/docs/upgrades/upgrade_5.2.5-5.3.0.sql @@ -459,6 +459,6 @@ INSERT INTO template VALUES (2,'Default Email','\n\n\n

\n\n\n\n \n \n\n\n
\n

\n\">','DataForm'); alter table groups add column scratchFilter text; insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (945,1,'WebGUI','Scratch Filter', 1052560369,'There is a type of session variable called a "scratch" variable. So a scratch filter allows you to add someone to a group based upon a scratch variable.'); - +update userProfileField set dataType='selectList' where dataType='select';