fit with new logic of revision 10078

This commit is contained in:
Marc Delisle
2007-03-15 21:29:21 +00:00
parent 2c8756fb2d
commit 55cecc1e61

View File

@@ -59,7 +59,8 @@ if ($is_superuser) {
$tabs['rights']['link'] = 'server_privileges.php';
$tabs['rights']['text'] = $strPrivileges;
}
if ($has_binlogs) {
if (! empty($binary_logs)) {
$tabs['binlog']['icon'] = 's_tbl.png';
$tabs['binlog']['link'] = 'server_binlog.php';
$tabs['binlog']['text'] = $strBinaryLog;