0) {
$lnk3 = '';
$lnk4 = '';
}
else {
$lnk3 = '';
$lnk4 = '';
}
// Drop link if allowed
if (!$cfg['AllowUserDropDatabase']) {
// Check if the user is a Superuser
$result = @PMA_mysql_query('USE mysql');
$cfg['AllowUserDropDatabase'] = (!PMA_mysql_error());
}
if ($cfg['AllowUserDropDatabase']) {
$lnk5 = '';
}
else {
$lnk5 = '';
}
/**
* Displays links
*/
?>
[
|
|
' ?> |
'; echo "\n";
/**
* Query by example and dump of the db
* Only displayed if there is at least one table in the db
*/
if ($num_tables > 0) {
?>
|
]
[