Changeset 404 for server/trunk/web/lib


Ignore:
Timestamp:
11/15/11 09:16:16 (13 years ago)
Author:
nanardon
Message:
  • split rpm parsing and directory notify
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Scan.pm

    r362 r404  
    2525 
    2626    return $self->base->resultset('Paths')->search({ 
    27             updated => [ undef, 
    28             \[ " < now() - '24 hours'::interval"], 
     27            -or => [ 
     28                updated => [  
     29                    undef, 
     30                    \[ " < now() - '24 hours'::interval"], 
     31                ], 
     32                { needupdate => 'true', }, 
    2933            ], 
    3034    })->get_column('d_path_key')->all 
Note: See TracChangeset for help on using the changeset viewer.