DataObjects/pman.links.ini
[Pman.Core] / UpdateDatabase.php
index 48ab600..c359c68 100644 (file)
@@ -61,6 +61,13 @@ class Pman_Core_UpdateDatabase extends Pman
             'min' => 1,
             'max' => 1,
         ),
+        'procedures-only' => array(
+            'desc' => 'Only import procedures (not supported by most modules yet) - ignores sql directory',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+        ),
+        
         
         'json-person' => array(
             'desc' => 'Person JSON file',
@@ -124,7 +131,7 @@ class Pman_Core_UpdateDatabase extends Pman
         
         PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, array($this, 'onPearError'));
    
-        print_r($opts);exit;
+        
         //$this->fixSequencesPgsql();exit;
         $this->opts = $opts;