*** empty log message ***

svn path=/trunk/boinc/; revision=5677
This commit is contained in:
David Anderson 2005-03-17 22:04:58 +00:00
parent af529aa737
commit 06cfd3d141
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ create table lang (
-- user profile (description, pictures) -- user profile (description, pictures)
-- --
create table profile ( create table profile (
userid integer not null auto_increment, userid integer not null,
language varchar(254), language varchar(254),
response1 text, response1 text,
response2 text, response2 text,