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

index 4bf68f5..f18d1e4 100644 (file)
@@ -63,6 +63,13 @@ class Pman_Core_Notify extends Pman
             'min' => 0,
             'max' => 1,
         ),
+         'limit' => array(
+            'desc' => 'Limit search for no. to send to ',
+            'default' => '',
+            'short' => 'L',
+            'min' => 0,
+            'max' => 999,
+        ),
     );
     
     var $max_pool_size = 10;