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:
authorRouslan Placella <rouslan@placella.com>2012-06-05 18:08:09 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:04 +0400
commitae6e50a8a82a70a1bff90cadc200f06819306615 (patch)
tree3ff68a4113de1ce514f73e269a5fa31752401a17 /tbl_change.php
parentec4b3d9e4621ce8f9f318ddd7364f67ae46e2854 (diff)
Drop display() from Header and Footer classes. The Response class will do all the rendering.
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tbl_change.php b/tbl_change.php
index db2a667826..8613410c4f 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -118,11 +118,6 @@ $scripts->addFile('jquery/timepicker.js');
$scripts->addFile('gis_data_editor.js');
/**
- * HTTP and HTML headers
- */
-$header->display();
-
-/**
* Displays the query submitted and its result
*
* @todo where does $disp_message and $disp_query come from???