Bug #3180940 - Table with numeric name not shown
This commit is contained in:
@@ -471,12 +471,8 @@ function PMA_BS_SetContentType($db_name, $bsTable, $blobReference, $contentType)
|
|||||||
//------------
|
//------------
|
||||||
function PMA_BS_IsHiddenTable($table)
|
function PMA_BS_IsHiddenTable($table)
|
||||||
{
|
{
|
||||||
switch ($table) {
|
if ($table === 'pbms_repository' || $table === 'pbms_reference' || $table === 'pbms_metadata'
|
||||||
case 'pbms_repository' :
|
|| $table === 'pbms_metadata_header' || $table === 'pbms_dump') {
|
||||||
case 'pbms_reference' :
|
|
||||||
case 'pbms_metadata' :
|
|
||||||
case 'pbms_metadata_header' :
|
|
||||||
case 'pbms_dump' :
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user