Add page_text's for participant and teacher invite only

This commit is contained in:
james 2011-03-02 06:41:14 +00:00
parent 1bc55cf742
commit 0e45df5df8
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
231
232

4
db/db.update.232.sql Normal file
View File

@ -0,0 +1,4 @@
INSERT INTO `pagetext` ( `id` , `textname` , `textdescription` , `text` , `year` , `lastupdate` , `lang` , `conferences_id`)
VALUES (NULL , 'register_participant_invite', 'Participant registration instructions for Invite-Only mode', '', '-1', NOW( ) , 'en', '-1');
INSERT INTO `pagetext` ( `id` , `textname` , `textdescription` , `text` , `year` , `lastupdate` , `lang` , `conferences_id`)
VALUES (NULL , 'register_teacher_invite', 'Teacher registration instructions for Invite-Only mode', '', '-1', NOW( ) , 'en', '-1');