modified to fit coding standards
This commit is contained in:
@@ -1099,7 +1099,6 @@ if (typeof(document.getElementById) != 'undefined'
|
|||||||
@PMA_mysql_query('REPAIR TABLE ' . PMA_backquote($GLOBALS['table']));
|
@PMA_mysql_query('REPAIR TABLE ' . PMA_backquote($GLOBALS['table']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unset($tbl_status);
|
unset($tbl_status);
|
||||||
|
|
||||||
echo "\n";
|
echo "\n";
|
||||||
@@ -1286,7 +1285,8 @@ if (typeof(document.getElementById) != 'undefined'
|
|||||||
/**
|
/**
|
||||||
* Displays a link to the official MySQL documentation
|
* Displays a link to the official MySQL documentation
|
||||||
*
|
*
|
||||||
* @param string an anchor to move to
|
* @param chapter of "HTML, one page per chapter" documentation
|
||||||
|
* @param contains name of page/anchor that is being linked
|
||||||
*
|
*
|
||||||
* @return string the html link
|
* @return string the html link
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user