Ignore:
Timestamp:
11/16/11 10:16:47 (13 years ago)
Author:
nanardon
Message:
  • use numeric needupdate flag, then detect if another has been request
File:
1 edited

Legend:

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

    r404 r415  
    3030                    \[ " < now() - '24 hours'::interval"], 
    3131                ], 
    32                 { needupdate => 'true', }, 
     32                { needupdate => { '>' => 0 }, }, 
    3333            ], 
    3434    })->get_column('d_path_key')->all 
Note: See TracChangeset for help on using the changeset viewer.