Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/PageNumbers.inc.php

    r154 r334  
    152152        }
    153153
    154         // If the specified page exceedes total pages or is less than 1, set the page to 1.
     154        // If the specified page exceeds total pages or is less than 1, set the page to 1.
    155155        if ($this->_per_page * $this->current_page >= $this->total_items + $this->_per_page || $this->_per_page * $this->current_page < 1) {
    156156            $this->current_page = 1;
Note: See TracChangeset for help on using the changeset viewer.