Changeset 11636 for branches

Show
Ignore:
Timestamp:
11/11/08 16:01:24 (8 weeks ago)
Author:
javier.amor.garcia@…
Message:

untabified file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pop-proxy-branch/ebox/src/EBox/LogObserver.pm

    r11604 r11636  
    112112#       - filter: refrence to a method used to filter out rows, the method will 
    113113#                 be supplied to a reference to a hash with the row values and 
    114 #                 if it returns false the row wwould be excluded  
     114#                 if it returns false the row would be excluded  
    115115sub tableInfo 
    116116{ 
     
    168168    if (ref $ti eq 'HASH') { 
    169169            EBox::warn('tableInfo() in ' . $self->name .   
    170                        ' must return a reference to a list of hashes not the hash itself'); 
    171              
     170                       ' must return a reference to a list of hashes not the hash itself'); 
     171             
    172172            @tableInfos = ( $ti ); 
    173           } 
     173          } 
    174174    else { 
    175175      @tableInfos = @{ $ti }; 
     
    186186    if (not $tableInfo->{consolidate}) { 
    187187        push @urls, [ domain => $tableInfo->{name},  raw => $rawUrl, ]; 
    188         next; 
     188        next; 
    189189    } 
    190190 
     
    216216      if (not @reportComposites) { 
    217217        push @urls, [ domain => $tableInfo->{name},  raw => $rawUrl, ]; 
    218          
     218         
    219219      } 
    220220