The branch, master has been updated
via 7d4dc5522f748def2b2815a038ce2d55ca9aef1f (commit)
via ec5bdf87131383201dad0f1c8bc3af9eeb6d7caa (commit)
from 494ad67e78d2a97590a2435e54202ca6dc6d9ef8 (commit)
- Log -----------------------------------------------------------------
commit 7d4dc5522f748def2b2815a038ce2d55ca9aef1f
Merge: ec5bdf87131383201dad0f1c8bc3af9eeb6d7caa
494ad67e78d2a97590a2435e54202ca6dc6d9ef8
Author: Madhura Jayaratne <[email protected]>
Date: Tue Feb 15 23:30:34 2011 +0530
Merge branch 'master' of
ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit ec5bdf87131383201dad0f1c8bc3af9eeb6d7caa
Author: Madhura Jayaratne <[email protected]>
Date: Tue Feb 15 23:27:38 2011 +0530
Bug #3180940 - Table with numeric name not shown
-----------------------------------------------------------------------
Summary of changes:
libraries/blobstreaming.lib.php | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/libraries/blobstreaming.lib.php b/libraries/blobstreaming.lib.php
index 28b4ca6..4efaf34 100644
--- a/libraries/blobstreaming.lib.php
+++ b/libraries/blobstreaming.lib.php
@@ -471,13 +471,9 @@ function PMA_BS_SetContentType($db_name, $bsTable,
$blobReference, $contentType)
//------------
function PMA_BS_IsHiddenTable($table)
{
- switch ($table) {
- case 'pbms_repository' :
- case 'pbms_reference' :
- case 'pbms_metadata' :
- case 'pbms_metadata_header' :
- case 'pbms_dump' :
- return TRUE;
+ if ($table === 'pbms_repository' || $table === 'pbms_reference' || $table
=== 'pbms_metadata'
+ || $table === 'pbms_metadata_header' || $table === 'pbms_dump') {
+ return TRUE;
}
return FALSE;
}
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git