appdb/include objectManager.php
ChangeSet ID: 31351 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/08/25 11:01:58 Modified files: include : objectManager.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Add missing div close tag to multipage control Patch: http://cvs.winehq.org/patch.py?id=31351 Old revision New revision Changes Path 1.49 1.50 +1 -0 appdb/include/objectManager.php Index: appdb/include/objectManager.php diff -u -p appdb/include/objectManager.php:1.49 appdb/include/objectManager.php:1.50 --- appdb/include/objectManager.php:1.49 25 Aug 2007 16: 1:58 -0000 +++ appdb/include/objectManager.php 25 Aug 2007 16: 1:58 -0000 @@ -760,6 +760,7 @@ class ObjectManager $this->makeUrl()."&iItemsPerPage=$iItemsPerPage"); echo $sControls; + echo "</div>\n"; /* Fill the MultiPage object with the LIMIT related values */ $iLowerLimit = ($iPage - 1) * $iItemsPerPage;
participants (1)
-
WineHQ