Add missing div close tag to multipage control

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-08-25 16:01:58 +00:00
committed by WineHQ
parent d4c7b3f9f7
commit db00c49d73

View File

@@ -760,6 +760,7 @@ class ObjectManager
$this->makeUrl()."&iItemsPerPage=$iItemsPerPage"); $this->makeUrl()."&iItemsPerPage=$iItemsPerPage");
echo $sControls; echo $sControls;
echo "</div>\n";
/* Fill the MultiPage object with the LIMIT related values */ /* Fill the MultiPage object with the LIMIT related values */
$iLowerLimit = ($iPage - 1) * $iItemsPerPage; $iLowerLimit = ($iPage - 1) * $iItemsPerPage;