Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:29:07 +0000 (10:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:29:07 +0000 (10:29 +0800)
Notify.php

index f18d1e4..3827917 100644 (file)
@@ -70,6 +70,13 @@ class Pman_Core_Notify extends Pman
             'min' => 0,
             'max' => 999,
         ),
+          'limit' => array(
+            'desc' => 'Dry run - do not send.',
+            'default' => '',
+            'short' => 'D',
+            'min' => 0,
+            'max' => 0,
+        ),
     );
     
     var $max_pool_size = 10;