From b6912aeac771ef294377b8af071d28f6acfa7050 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 2 Oct 2005 13:32:55 +0200 Subject: minor edit checkbox This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excludes minor edits by default - this can be changed by adding a minor darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz --- inc/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/actions.php') diff --git a/inc/actions.php b/inc/actions.php index 3636406db..636858106 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -190,7 +190,7 @@ function act_save($act){ return 'conflict'; //save it - saveWikiText($ID,con($PRE,$TEXT,$SUF,1),$SUM); //use pretty mode for con + saveWikiText($ID,con($PRE,$TEXT,$SUF,1),$SUM,$_REQUEST['minor']); //use pretty mode for con //unlock it unlock($ID); -- cgit v1.2.3