diff --git a/main.php b/main.php index 942d2bc71..964d7b4b9 100644 --- a/main.php +++ b/main.php @@ -357,9 +357,13 @@ if ($cfg['SuhosinDisableWarning'] == false && @ini_get('suhosin.request.max_valu * @param string $target special target for $url * @param string $a_id id for the anchor, used for jQuery to hook in functions */ -function PMA_printListItem($name, $id = null, $url = null, $mysql_help_page = null, $target = null, $a_id = null) +function PMA_printListItem($name, $id = null, $url = null, $mysql_help_page = null, $target = null, $a_id = null, $class = null) { - echo '
  • '; + echo '
  • '; if (null !== $url) { echo '