/[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 87 by dpavlin, Thu Jul 10 15:23:16 2008 UTC revision 88 by dpavlin, Thu Jul 10 19:37:19 2008 UTC
# Line 14  my $select = Line 14  my $select =
14                  ->select( $users_table )                  ->select( $users_table )
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'), 'ASC' )
18  #               ->limit(5)  #               ->limit(5)
19          ;          ;
20    

Legend:
Removed from v.87  
changed lines
  Added in v.88

  ViewVC Help
Powered by ViewVC 1.1.26