git-svn-id: http://xe-core.googlecode.com/svn/trunk@1431 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-16 09:42:58 +00:00
parent bed6e627f5
commit bf509404b4

View file

@ -36,6 +36,8 @@
$this->first_page = $first_page;
$this->last_page = $last_page;
if($total_page < $this->page_count) $this->page_count = $total_page;
}
/**