diff U3wB C:/Documents and Settings/JDE/Local Settings/Temp/TCV65dc.tmp/notify.1.7.module C:/MySandbox/administrative-software/let-connect/modules/notify/notify.module
--- C:/Documents and Settings/JDE/Local Settings/Temp/TCV65dc.tmp/notify.1.7.module	Mon Jul 09 10:32:38 2007
+++ C:/MySandbox/administrative-software/let-connect/modules/notify/notify.module	Mon Jul 09 13:21:10 2007
@@ -11,6 +11,7 @@
       $output .= '<p>'. t('The administrator sets the frequency of the e-mails in the notify administration interface. They can also set how many e-mail failures should occur before notify stops sending notifications.  Note that cron must be enabled for notifications to be sent out.') .'</p>';
       $output .= t('<p>You can</p><ul><li>set up your site to run tasks automatically at required intervals. For more information, see <a href="%admin-help-system">cron</a>.</li><li>administer notify <a href="%admin-settings-notify">administer &gt;&gt; settings &gt;&gt; notify</a>.</li></ul>', array('%admin-help-system' => url('admin/help/system'), '%admin-settings-notify' => url('admin/settings/notify')));
       $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%notify">Notify page</a>.', array('%notify' => 'http://www.drupal.org/handbook/modules/notify/')) .'</p>';
+      $output .= '<p><em>Warning!</em> Usage of php nodes with special commands like <code>drupal_goto()</code> will break <b>notify</b> as well as other modules (e.g. the <i>all recent posts</i> page will show only that specific php node till it \'drops\' of the page). A quick and dirty solution to this problem is to anti-date the php node by some years.</p>';
       return $output;
     case 'admin/modules#description':
       return t('Enables notifications by e-mail.');
