[Jifty-commit] r5039 - in Jifty-DBI/branches/tisql: lib/Jifty/DBI

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 5 21:18:29 EST 2008


Author: ruz
Date: Tue Feb  5 21:18:29 2008
New Revision: 5039

Modified:
   Jifty-DBI/branches/tisql/   (props changed)
   Jifty-DBI/branches/tisql/lib/Jifty/DBI/Collection.pm

Log:
 r4808 at cubic-pc (orig r4807):  alexmv | 2008-01-10 23:31:09 +0300
  r26559 at zoq-fot-pik:  chmrr | 2008-01-10 15:30:34 -0500
   * Get rid of reference to deprecated method
 


Modified: Jifty-DBI/branches/tisql/lib/Jifty/DBI/Collection.pm
==============================================================================
--- Jifty-DBI/branches/tisql/lib/Jifty/DBI/Collection.pm	(original)
+++ Jifty-DBI/branches/tisql/lib/Jifty/DBI/Collection.pm	Tue Feb  5 21:18:29 2008
@@ -351,7 +351,7 @@
 rows.  (That is, if rows are numbered starting from 0, row number
 C<< $self->first_row >> will be the first row returned.)  Note that it
 probably makes no sense to set these variables unless you are also
-enforcing an ordering on the rows (with L</order_by_cols>, say).
+enforcing an ordering on the rows (with L</order_by>, say).
 
 =cut
 


More information about the Jifty-commit mailing list