1 --- old-dokuwiki/inc/common.php 2006-12-24 20:18:41.000000000 -0500
2 +++ new-dokuwiki/inc/common.php 2006-12-24 20:18:41.000000000 -0500
7 + // Only send out notify mails if the page is world readable
8 + if(auth_aclcheck($id,'','') == AUTH_NONE)
11 // decide if there is something to do
13 if(empty($conf['notify'])) return; //notify enabled?