Ignore:
Timestamp:
02/01/10 12:43:52 (14 years ago)
Author:
nanardon
Message:
  • kill post commit settings (useless)
File:
1 edited

Legend:

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

    r765 r771  
    438438        } 
    439439    } 
    440     if ($self->{_options}{postcommit}) { 
    441         la_log(LA_DEBUG, "Running post commit `%s'", $self->{_options}{postcommit}); 
    442         return exec_command($self->{_options}{postcommit}, $self->{_options}); 
    443     } else { 
    444         la_log(LA_DEBUG, "No postcommit setting, ignoring this"); 
    445     } 
    446440    return 1; 
    447441} 
Note: See TracChangeset for help on using the changeset viewer.