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

index 3827917..fab7522 100644 (file)
@@ -65,14 +65,14 @@ class Pman_Core_Notify extends Pman
         ),
          'limit' => array(
             'desc' => 'Limit search for no. to send to ',
-            'default' => '',
+            'default' => 50,
             'short' => 'L',
             'min' => 0,
             'max' => 999,
         ),
           'limit' => array(
             'desc' => 'Dry run - do not send.',
-            'default' => '',
+            'default' => -,
             'short' => 'D',
             'min' => 0,
             'max' => 0,