Changeset 372


Ignore:
Timestamp:
03/06/11 13:11:14 (13 years ago)
Author:
misc
Message:

fix incompatibilities with new dbix::class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Search/Rpms.pm

    r273 r372  
    5353            }, 
    5454            { 
    55                 select => [qw(filename pkgid name shortname version arch label) ], 
     55                select => [qw(filename pkgid me.name me.shortname Release.version Arch.arch Medias.label) ], 
    5656                as => [qw(filename pkgid distribution dist release arch media) ], 
    5757                rows => $searchspec->{rows} || 30000, 
Note: See TracChangeset for help on using the changeset viewer.