This patch changes the defaulot for who is allowed to edit new stories created in antville. With this all subscriberrs are allowed to edit new stories. --md@hudora.de 2003 diff -ur antville-orig/story/macros.js antville/story/macros.js --- antville-orig/story/macros.js Fri Jul 18 16:36:16 2003 +++ antville/story/macros.js Sun Aug 3 02:22:04 2003 @@ -336,7 +336,7 @@ function editableby_macro(param) { if (param.as == "editor" && (session.user == this.creator || !this.creator)) { var options = new Array(null,0,1); - var labels = new Array("the author","all subscribers","all contributors"); + var labels = new Array("all subscribers","all contributors","the author"); for (var i=0;i