/[Grep]/lib/Grep/Action/Fetch.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Action/Fetch.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 101 by dpavlin, Fri Feb 23 21:54:39 2007 UTC revision 102 by dpavlin, Sun Mar 4 22:16:23 2007 UTC
# Line 33  use Jifty::Action schema { Line 33  use Jifty::Action schema {
33                          my $feeds = Grep::Model::FeedCollection->new;                          my $feeds = Grep::Model::FeedCollection->new;
34                          $feeds->order_by({ column => 'title', order => 'ASC' });                          $feeds->order_by({ column => 'title', order => 'ASC' });
35                          $feeds->unlimit;                          $feeds->unlimit;
36                          warn "feeds ", $feeds->build_select_query;                          #warn "feeds ", $feeds->build_select_query;
37                          [{                          [{
38                                  display_from => 'title',                                  display_from => 'title',
39                                  value_from => 'id',                                  value_from => 'id',

Legend:
Removed from v.101  
changed lines
  Added in v.102

  ViewVC Help
Powered by ViewVC 1.1.26