Fix string concatenation

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2016-10-12 09:52:37 +11:00
parent ba50cbb91c
commit 088d2c36f6

View File

@ -1077,12 +1077,12 @@ class DisplayResults
$maxRows = $_SESSION['tmpval']['max_rows'];
$onsubmit = 'onsubmit="return '
. ($_SESSION['tmpval']['pos']
. (($_SESSION['tmpval']['pos']
+ $maxRows
< $this->__get('unlim_num_rows')
&& $this->__get('num_rows') >= $maxRows)
? 'true'
: 'false' . '"';
: 'false') . '"';
// display the End button
$buttons_html .= $this->_getTableNavigationButton(