Ignore:
Timestamp:
02/01/10 16:45:49 (14 years ago)
Author:
nanardon
Message:
  • fix variable breaking server= in config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases.pm

    r771 r775  
    535535        } 
    536536    } elsif(!$options{nocreate}) { 
     537        if (! $options{firstpass}) { 
     538            $self->log(LA_ERR, 'This is not first pass, creation wanted but denied'); 
     539            return; 
     540        } 
    537541        if ($self->_create_c_object($srcobj->type, $srcobj->id, %data)) { 
    538542            return 'CREATED' 
Note: See TracChangeset for help on using the changeset viewer.