Skip to content

Commit

Permalink
Fix data label type
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 6, 2014
1 parent fbd5c4f commit 00eb8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/TableSearch.class.php
Expand Up @@ -861,7 +861,7 @@ private function _getOptions()
* Other search criteria like data label
* (for tbl_zoom_select.php)
*
* @param array $dataLabel Label for points in zoom plot
* @param string|null $dataLabel Label for points in zoom plot
*
* @return string the generated html
*/
Expand Down Expand Up @@ -1182,7 +1182,7 @@ public function getSecondaryTabs()
* Generates the table search form under table search tab
*
* @param string $goto Goto URL
* @param string $dataLabel Label for points in zoom plot
* @param string|null $dataLabel Label for points in zoom plot
*
* @return string the generated HTML for table search form
*/
Expand Down

0 comments on commit 00eb8cc

Please sign in to comment.