Closes #2094, removed unreachable return

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5713 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-10-04 04:32:43 +00:00
parent 9a4d314b81
commit bfa4c12166
2 changed files with 0 additions and 2 deletions

View file

@ -178,7 +178,6 @@ class PaginatorHelper extends AppHelper {
} else {
return 'asc';
}
return null;
}
/**
* Generates a "previous" link for a set of paged records

View file

@ -236,7 +236,6 @@ class XmlHelper extends AppHelper {
} else {
return $content;
}
return false;
}
/**
* Serializes a model resultset into XML