Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2010-07-20 13:46:11 +0400
committerMichal Čihař <mcihar@novell.com>2010-07-20 13:46:11 +0400
commitdf4a6efe472599ba52afac169399d2a649414ced (patch)
tree9d3b41f76db718ef1c7844c917a19e8c706f9c2a /pdf_schema.php
parent8ceb240551f1504a711544d6de123adbd36be351 (diff)
Drop convcharset/pma_charset handling.
This code had no real use, it was used for converting strings from MySQL to browser encoding.
Diffstat (limited to 'pdf_schema.php')
-rw-r--r--pdf_schema.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf_schema.php b/pdf_schema.php
index 598c9a4b52..43bffaeec5 100644
--- a/pdf_schema.php
+++ b/pdf_schema.php
@@ -224,7 +224,7 @@ class PMA_PDF extends TCPDF {
function PMA_PDF_die($error_message = '')
{
global $cfg;
- global $server, $lang, $convcharset, $db;
+ global $server, $lang, $db;
global $charset, $text_dir;
require_once './libraries/header.inc.php';