Bug in displaying break line between limiters and filters
Posted August 3rd, 2011 by chadmills
Project: | RUcore/NJDH/Partner Portal Search |
Version: | 5.2.1 |
Component: | Searching - Service Agent |
Category: | bug report |
Priority: | normal |
Assigned: | chadmills |
Status: | closed |
Jump to:
Description
A type in the following line does not display the line break as expected.
if (count($arrLimiters) > 0 && (isset($arrFormParts['orderby']) || isset($arrFormparts['numresults']))) {
Note the typo in is the camel case of the numresults section of the condition.
Comments
#1