projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705b6ad
)
style
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 9 Mar 2010 06:46:20 +0000
(
01:46
-0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 9 Mar 2010 06:48:54 +0000
(
01:48
-0500)
ansel/lib/View/Image.php
patch
|
blob
|
history
diff --git
a/ansel/lib/View/Image.php
b/ansel/lib/View/Image.php
index
e52b764
..
a93bff0
100644
(file)
--- a/
ansel/lib/View/Image.php
+++ b/
ansel/lib/View/Image.php
@@
-265,7
+265,7
@@
class Ansel_View_Image extends Ansel_View_Base
$prev = $this->_imageList[count($this->_imageList) - 1];
}
- /*
*
Calculate the page number of the next/prev images */
+ /* Calculate the page number of the next/prev images */
$perpage = $prefs->getValue('tilesperpage');
$pagestart = $this->_page * $perpage;
$pageend = min(count($this->_imageList), $pagestart + $perpage - 1);