Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
119ecb4268
commit
551099bc93
@ -126,8 +126,8 @@ function PMA_getHtmlForSqlQueryForm(
|
||||
/**
|
||||
* return HTML for Sql Query Form Insert
|
||||
*
|
||||
* @param string $query query to display in the textarea
|
||||
* @param string $delimiter default delimiter to use
|
||||
* @param string $query query to display in the textarea
|
||||
* @param string $delimiter default delimiter to use
|
||||
*
|
||||
* @return string
|
||||
*
|
||||
@ -442,7 +442,7 @@ function PMA_getHtmlForSqlQueryFormUpload()
|
||||
);
|
||||
} elseif (!empty($files)) {
|
||||
$html .= '<div class="formelement">';
|
||||
$html .= '<strong>' . __('web server upload directory:') . '</strong>' . "\n";
|
||||
$html .= '<strong>' . __('web server upload directory:') . '</strong>';
|
||||
$html .= '<select size="1" name="sql_localfile">' . "\n";
|
||||
$html .= '<option value="" selected="selected"></option>' . "\n";
|
||||
$html .= $files;
|
||||
|
||||
@ -1036,7 +1036,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
/*
|
||||
/*
|
||||
public function testCheckHTTP()
|
||||
{
|
||||
if (! function_exists('curl_init')) {
|
||||
@ -1053,7 +1053,7 @@ class PMA_ConfigTest extends PHPUnit_Framework_TestCase
|
||||
$this->object->checkHTTP("http://www.phpmyadmin.net/test/nothing")
|
||||
);
|
||||
}
|
||||
*/
|
||||
*/
|
||||
/**
|
||||
* Tests for rewriting URL to SSL variant
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user