/[Frey]/trunk/lib/Strix/User.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 /trunk/lib/Strix/User.pm

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

revision 80 by dpavlin, Tue Jul 8 12:20:25 2008 UTC revision 81 by dpavlin, Thu Jul 10 15:23:16 2008 UTC
# Line 15  my $select = Line 15  my $select =
15                  ->from( $users_table )                  ->from( $users_table )
16  #               ->where( $users_table->column('parent_message_id'), '=', Fey::Placeholder->new() )  #               ->where( $users_table->column('parent_message_id'), '=', Fey::Placeholder->new() )
17                  ->order_by( $users_table->column('id'), 'DESC' )                  ->order_by( $users_table->column('id'), 'DESC' )
18                  ->limit(3)  #               ->limit(5)
19          ;          ;
20    
21    

Legend:
Removed from v.80  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26