This doc block is for the method and not for the use
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
abfce82447
commit
6c2ade29d9
@ -6,6 +6,8 @@
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
use PMA\libraries\URL;
|
||||
|
||||
/**
|
||||
* Renders the server selection in list or selectbox form, or option tags only
|
||||
*
|
||||
@ -14,8 +16,6 @@
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
use PMA\libraries\URL;
|
||||
|
||||
function PMA_selectServer($not_only_options, $omit_fieldset)
|
||||
{
|
||||
$retval = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user