[Jifty-commit] r870 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Apr 18 02:18:07 EDT 2006


Author: alexmv
Date: Tue Apr 18 02:18:07 2006
New Revision: 870

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Collection.pm

Log:
 r12398 at zoq-fot-pik:  chmrr | 2006-04-18 02:17:47 -0400
  * Wording change to not trigger dependency checker.


Modified: jifty/trunk/lib/Jifty/Collection.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Collection.pm	(original)
+++ jifty/trunk/lib/Jifty/Collection.pm	Tue Apr 18 02:18:07 2006
@@ -23,7 +23,7 @@
 
 In addition, each L<Jifty::Collection> includes a L<Data::Page> object
 to help with calculations related to paged data.  You should B<not>
-use the C<first_row> and C<rows_per_page> methods from
+call the C<first_row> and C<rows_per_page> methods from
 L<Jifty::DBI::Collection> on a L<Jifty::Collection>.  Instead, if
 you'd like to use paging, you should use the C<set_page_info> method
 to B<set> the number of records per page and first record on the


More information about the Jifty-commit mailing list