Remove unnecessarily added empty lines.
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
This commit is contained in:
parent
b2e3164441
commit
bfef3e80df
@ -58,5 +58,4 @@ $html = PMA_getHtmlForRelationalFieldSelection(
|
||||
);
|
||||
|
||||
$response->addHtml($html);
|
||||
|
||||
?>
|
||||
|
||||
@ -133,5 +133,4 @@ if (! $result) {
|
||||
include_once '' . $cfg['DefaultTabDatabase'];
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -177,5 +177,4 @@ if ($num_tables == 0) {
|
||||
echo PMA_Util::getButton();
|
||||
|
||||
echo "<div id='PMA_disable_floating_menubar'></div>\n";
|
||||
|
||||
?>
|
||||
|
||||
@ -130,5 +130,4 @@ if ($cfgRelation['designerwork']) {
|
||||
}
|
||||
|
||||
$response->addHTML($db_qbe->getSelectionForm($cfgRelation));
|
||||
|
||||
?>
|
||||
|
||||
@ -60,5 +60,4 @@ $response->addHTML(
|
||||
);
|
||||
$response->addHTML($db_search->getSelectionForm());
|
||||
$response->addHTML($db_search->getResultDivs());
|
||||
|
||||
?>
|
||||
|
||||
@ -68,5 +68,4 @@ if (isset($_REQUEST['filename']) && isset($_REQUEST['image'])) {
|
||||
}
|
||||
echo file_get_contents($_FILES['file']['tmp_name']);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -421,5 +421,4 @@ echo '</form>';
|
||||
|
||||
PMA_Response::getInstance()->addJSON('gis_editor', ob_get_contents());
|
||||
ob_end_clean();
|
||||
|
||||
?>
|
||||
|
||||
@ -669,5 +669,4 @@ if ($go_sql) {
|
||||
$active_page = $goto;
|
||||
include '' . $goto;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -98,5 +98,4 @@ if (isset($_GET["message"]) && $_GET["message"]) {
|
||||
} else {
|
||||
PMA_importAjaxStatus($_GET["id"]);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -662,5 +662,4 @@ function PMA_printListItem($name, $listId = null, $url = null,
|
||||
}
|
||||
echo '</li>';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -68,5 +68,4 @@ if ($cfgRelation['navwork']) {
|
||||
|
||||
// Do the magic
|
||||
$response->addJSON('message', $navigation->getDisplay());
|
||||
|
||||
?>
|
||||
|
||||
@ -18,5 +18,4 @@ PMA_Response::getInstance()->disable();
|
||||
if ($GLOBALS['cfg']['ShowPhpInfo']) {
|
||||
phpinfo();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -935,5 +935,4 @@ echo '<img src="'
|
||||
. $_SESSION['PMA_Theme']->getImgPath('pmd/uparrow2_m.png')
|
||||
. '" width="0" height="0" alt="" />'
|
||||
. '<div id="PMA_disable_floating_menubar"></div>';
|
||||
|
||||
?>
|
||||
|
||||
@ -156,5 +156,4 @@ echo '</fieldset>';
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
|
||||
?>
|
||||
|
||||
@ -130,5 +130,4 @@ function PMD_Return_new($b,$ret)
|
||||
'" F2="' . urlencode($F2) .
|
||||
'"></root>');
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -84,5 +84,4 @@ if (! empty($die_save_pos)) {
|
||||
echo '<root act="save_pos" return="'
|
||||
. __('Modifications have been saved') . '"></root>';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -89,5 +89,4 @@ if ($form_display->hasErrors()) {
|
||||
<?php
|
||||
}
|
||||
$form_display->display(true, true);
|
||||
|
||||
?>
|
||||
|
||||
@ -205,5 +205,4 @@ echo '<input type="hidden" name="querydisplay_tab" value="'
|
||||
. $querydisplay_tab . '" />';
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
|
||||
?>
|
||||
|
||||
@ -72,5 +72,4 @@ if (isset($_REQUEST['do'])) {
|
||||
$user_schema->setAction($_REQUEST['do']);
|
||||
$user_schema->processUserChoice();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -80,5 +80,4 @@ if (! isset($_REQUEST['repl_clear_scr'])) {
|
||||
if (isset($_REQUEST['sl_configure'])) {
|
||||
$response->addHTML(PMA_getHtmlForReplicationChangeMaster("slave_changemaster"));
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -110,7 +110,6 @@ $response->addHTML($ServerStatusData->getMenuHtml());
|
||||
$response->addHTML(PMA_getHtmlForMonitor($ServerStatusData));
|
||||
$response->addHTML(PMA_getHtmlForClientSideDataAndLinks($ServerStatusData));
|
||||
$response->addHTML('</div>');
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -48,7 +48,6 @@ $response->addHTML('<div>');
|
||||
$response->addHTML($ServerStatusData->getMenuHtml());
|
||||
$response->addHTML(PMA_getHtmlForQueryStatistics($ServerStatusData));
|
||||
$response->addHTML('</div>');
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -61,5 +61,4 @@ if (isset($_REQUEST['addUserGroup'])) {
|
||||
}
|
||||
|
||||
$response->addHTML('</div>');
|
||||
|
||||
?>
|
||||
@ -114,5 +114,4 @@ if ($abort == false) {
|
||||
$action = 'tbl_addfield.php';
|
||||
include_once 'libraries/tbl_columns_definition_form.inc.php';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -212,5 +212,4 @@ if ($insert_mode) {
|
||||
}
|
||||
|
||||
$response->addHTML($html_output);
|
||||
|
||||
?>
|
||||
|
||||
@ -136,5 +136,4 @@ $htmlString = PMA_getHtmlForTableChartDisplay(
|
||||
);
|
||||
|
||||
$response->addHTML($htmlString);
|
||||
|
||||
?>
|
||||
|
||||
@ -84,5 +84,4 @@ if (! empty($sql_query)) {
|
||||
|
||||
$export_type = 'table';
|
||||
require_once 'libraries/display_export.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -52,5 +52,4 @@ PMA_downloadHeader(
|
||||
strlen($result)
|
||||
);
|
||||
echo $result;
|
||||
|
||||
?>
|
||||
|
||||
@ -45,5 +45,4 @@ $response->addHTML($html);
|
||||
$header = $response->getHeader();
|
||||
$scripts = $header->getScripts();
|
||||
$scripts->addFile('indexes.js');
|
||||
|
||||
?>
|
||||
|
||||
@ -101,5 +101,4 @@ if ($GLOBALS['is_ajax_request'] == true) {
|
||||
*/
|
||||
$_message = $message;
|
||||
unset($message);
|
||||
|
||||
?>
|
||||
|
||||
@ -157,5 +157,4 @@ if (PMA_Util::isForeignKeySupported($tbl_storage_engine)) {
|
||||
}
|
||||
// Render HTML output
|
||||
PMA_Response::getInstance()->addHTML($html_output);
|
||||
|
||||
?>
|
||||
|
||||
@ -403,7 +403,6 @@ if (isset($_REQUEST['after_insert']) && 'new_insert' == $_REQUEST['after_insert'
|
||||
* Load target page.
|
||||
*/
|
||||
require '' . PMA_securePath($goto_include);
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -139,5 +139,4 @@ if (!empty($submit_mult)) {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -70,5 +70,4 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
|
||||
null, null
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -161,5 +161,4 @@ $hidden_titles = PMA_getHiddenTitlesArray();
|
||||
|
||||
//display table structure
|
||||
require_once 'libraries/display_structure.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -160,5 +160,4 @@ if (isset($_POST['zoom_submit'])
|
||||
//Displays form for point data and scatter plot
|
||||
$response->addHTML($table_search->getZoomResultsForm($goto, $data));
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -145,5 +145,4 @@ if (! isset($_REQUEST['resize'])) {
|
||||
ImageDestroy($srcImage);
|
||||
ImageDestroy($destImage);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
1
url.php
1
url.php
@ -30,6 +30,5 @@ if (! PMA_isValid($_GET['url'])
|
||||
// Display redirecting msg on screen.
|
||||
printf(__('Taking you to %s.'), htmlspecialchars($_GET['url']));
|
||||
}
|
||||
|
||||
die();
|
||||
?>
|
||||
|
||||
@ -197,5 +197,4 @@ function PMA_changePassDisplayPage($message, $sql_query)
|
||||
. '<strong>' . __('Back') . '</strong></a>';
|
||||
exit;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -284,5 +284,4 @@ $htmlString .= '</form>'
|
||||
. '</div>';
|
||||
|
||||
echo $htmlString;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@ -136,5 +136,4 @@ echo PMA_getDeleteDataOrTableLink(
|
||||
echo '</ul>';
|
||||
echo '</fieldset>';
|
||||
echo '</div>';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user