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-01 20:51:38 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:03 +0400
commit41cb6e20b0285271e91d422dfd334220e2c89e86 (patch)
tree9ba872a48dc8815c0acf886d7cac335a2914d4b4 /chk_rel.php
parenta05456210029c8ba09db1eb765bcb116c449c746 (diff)
Added PMA_OutputBuffering class, dropped ob.lib.php
Diffstat (limited to 'chk_rel.php')
-rw-r--r--chk_rel.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/chk_rel.php b/chk_rel.php
index 15824cc4df..915e8b24b4 100644
--- a/chk_rel.php
+++ b/chk_rel.php
@@ -11,6 +11,5 @@ $response = PMA_Response::getInstance();
$response->addHTML(
PMA_getRelationsParamDiagnostic(PMA_getRelationsParam())
);
-$response->response();
?>