Changeset 11963

Show
Ignore:
Timestamp:
09/01/07 13:46:16 (1 year ago)
Author:
piotras
Message:

Added default empty configuration ( which sucks as NULL can not be defined )

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/data/midgard_datagard.php

    r11919 r11963  
    3333    'max'   => 1, 
    3434    'min'   => 0, 
    35     'desc'  => 'Midgard configuration name ( midgard by default ).' 
     35    'desc'  => 'Midgard configuration name ( midgard by default ).', 
     36    'default' => "" 
    3637); 
    3738 
     
    7172        try { 
    7273             
    73             $setup = new midgard_quick_setup(); 
     74            $setup = new midgard_quick_setup($arg_config); 
    7475 
    7576        } catch (Exception $e) {