DataObjects/core.sql
[Pman.Core] / Notify.php
index 12afbfb..9cc3896 100644 (file)
@@ -52,10 +52,10 @@ class Pman_Core_Notify extends Pman
         ),
         'generate' => array(
             'desc' => 'Generate notifications for a table, eg. cash_invoice',
-            'default' => 0,
+            'default' => '',
             'short' => 'g',
             'min' => 0,
-            'max' => 0,
+            'max' => 1,
         ),
     );