The branch, master has been updated via 5140c38db0125b627cdb49a5a91a938735469707 (commit) from d841f498aca754c21af2c4064a6a889e9afd5ca4 (commit)
- Log ----------------------------------------------------------------- commit 5140c38db0125b627cdb49a5a91a938735469707 Author: Michal Čihař mcihar@suse.cz Date: Thu Jul 7 15:59:22 2011 +0200
Remove dead code
-----------------------------------------------------------------------
Summary of changes: libraries/blobstreaming.lib.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libraries/blobstreaming.lib.php b/libraries/blobstreaming.lib.php index d9893dd..cd1e5d4 100644 --- a/libraries/blobstreaming.lib.php +++ b/libraries/blobstreaming.lib.php @@ -327,7 +327,6 @@ function PMA_BS_CreateReferenceLink($bs_reference, $db_name) return 'Error'; }
- //$output = "<a href="#" onclick="requestMIMETypeChange('" . urlencode($db_name) . "', '" . urlencode($GLOBALS['table']) . "', '" . urlencode($bs_reference) . "', '" . urlencode($content_type) . "')">$content_type</a>"; $output = $content_type;
// specify custom HTML for various content types
hooks/post-receive