1.1 --- a/plugins/staticpages/sql/mssql_updates.php Fri Oct 30 12:01:33 2009 +0100
1.2 +++ b/plugins/staticpages/sql/mssql_updates.php Fri Oct 30 13:49:11 2009 +0100
1.3 @@ -75,6 +75,9 @@
1.4 }
1.5 }
1.6
1.7 + // move Default Permissions fieldset
1.8 + DB_query("UPDATE {$_TABLES['conf_values']} SET fieldset = 3 WHERE (group_name = 'staticpages') AND (fieldset = 1)");
1.9 +
1.10 // What's New Block
1.11 $c->add('fs_whatsnew', NULL, 'fieldset', 0, 1, NULL, 0, true, 'staticpages');
1.12 $c->add('newstaticpagesinterval',$_SP_DEFAULT['new_staticpages_interval'],'text', 0, 1, NULL, 10, TRUE, 'staticpages');
2.1 --- a/plugins/staticpages/sql/mysql_updates.php Fri Oct 30 12:01:33 2009 +0100
2.2 +++ b/plugins/staticpages/sql/mysql_updates.php Fri Oct 30 13:49:11 2009 +0100
2.3 @@ -76,6 +76,9 @@
2.4 }
2.5 }
2.6
2.7 + // move Default Permissions fieldset
2.8 + DB_query("UPDATE {$_TABLES['conf_values']} SET fieldset = 3 WHERE (group_name = 'staticpages') AND (fieldset = 1)");
2.9 +
2.10 // What's New Block
2.11 $c->add('fs_whatsnew', NULL, 'fieldset', 0, 1, NULL, 0, true, 'staticpages');
2.12 $c->add('newstaticpagesinterval',$_SP_DEFAULT['new_staticpages_interval'],'text', 0, 1, NULL, 10, TRUE, 'staticpages');