Skip to content

Commit

Permalink
Changed insert into $originaltemplatesdetails (line 69) so that mul…
Browse files Browse the repository at this point in the history
…tiple perspectives and media interactions are set to inactive

git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@376 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Jul 13, 2012
1 parent 93f5d35 commit efc52ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/basic.sql
Expand Up @@ -66,7 +66,7 @@ CREATE TABLE `$originaltemplatesdetails` (
PRIMARY KEY (`template_type_id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1;

insert into `$originaltemplatesdetails`(`template_type_id`,`template_framework`,`template_name`,`description`,`date_uploaded`,`display_name`,`display_id`,`access_rights`,`active`) values (5,'xerte','Nottingham','A flexible template for creating interactive learning objects.','2009-09-02','Xerte Online Toolkit',0,'*',1),(8,'xerte','Rss','Easily create and maintain an RSS Feed.','2008-04-02','RSS Feed',0,'*',1),(14,'xerte','multipersp','A template for creating learning objects to present multiple perspectives on a topic','2009-07-08','Multiple Perspectives',0,'*',1),(15,'xerte','mediaInteractions','A template for presenting a piece of media and creating a series of interactions','2009-09-01','Media Interactions',0,'*',1);
insert into `$originaltemplatesdetails`(`template_type_id`,`template_framework`,`template_name`,`description`,`date_uploaded`,`display_name`,`display_id`,`access_rights`,`active`) values (5,'xerte','Nottingham','A flexible template for creating interactive learning objects.','2009-09-02','Xerte Online Toolkit',0,'*',1),(8,'xerte','Rss','Easily create and maintain an RSS Feed.','2008-04-02','RSS Feed',0,'*',1),(14,'xerte','multipersp','A template for creating learning objects to present multiple perspectives on a topic','2009-07-08','Multiple Perspectives',0,'*',0),(15,'xerte','mediaInteractions','A template for presenting a piece of media and creating a series of interactions','2009-09-01','Media Interactions',0,'*',0);

CREATE TABLE `$play_security_details` (
`security_id` int(11) NOT NULL AUTO_INCREMENT,
Expand Down

0 comments on commit efc52ec

Please sign in to comment.