Rename pagination() to Pagination()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44242 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-11-05 01:38:25 +00:00
parent cdd3eadb91
commit 68e9570c8d
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ JS;
* @return Object DataObjectSet
*/
function pagination() {
function Pagination() {
$this->pageSize = 9;
$currentItem = $this->PopupCurrentItem();
$result = new DataObjectSet();

View File

@ -21,7 +21,7 @@
<% if TotalCount == 1 %>
<% else %>
<td>
<% control pagination %>
<% control Pagination %>
<% if active %>
<a href="$link">$number</a>
<% else %>