diff options
author | Adrian Lang <lang@cosmocode.de> | 2009-11-09 11:52:38 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2009-11-09 11:52:38 +0100 |
commit | fde10de4d3e3572d5078933f66833df24e1efc44 (patch) | |
tree | c1f8e7465ca8e75537ca2fc477be72f7f0bf47bd | |
parent | d25afe95c11fffc4e844b186a94d17ce9eeb59fa (diff) | |
download | rpg-fde10de4d3e3572d5078933f66833df24e1efc44.tar.gz rpg-fde10de4d3e3572d5078933f66833df24e1efc44.tar.bz2 |
Small documentation update for notify
darcs-hash:20091109105238-e4919-9167dfd206edb61de6430316d6d4b9e8a8860f20.gz
-rw-r--r-- | inc/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/common.php b/inc/common.php index 40af3c9db..6809e5b16 100644 --- a/inc/common.php +++ b/inc/common.php @@ -1040,10 +1040,10 @@ function saveOldRevision($id){ } /** - * Sends a notify mail on page change + * Sends a notify mail on page change or registration * * @param string $id The changed page - * @param string $who Who to notify (admin|subscribers) + * @param string $who Who to notify (admin|subscribers|register) * @param int $rev Old page revision * @param string $summary What changed * @param boolean $minor Is this a minor edit? |