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:
authorDhananjay Nakrani <dhananjaynakrani@gmail.com>2014-06-07 14:20:13 +0400
committerDhananjay Nakrani <dhananjaynakrani@gmail.com>2014-06-16 10:20:54 +0400
commit9a1fb901d048d72ec2ab7660de7e839e253cb3b8 (patch)
tree0aa3a913990e513428de0b09674a797ebf7be0d0 /view_create.php
parente1ee8d2d9e0a08475fff7201d399992d57f1a1f4 (diff)
Remove included 'common_error_reporting.php' script and its inclusion from all the scripts.
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/view_create.php b/view_create.php
index 8fbc679e05..75565b751b 100644
--- a/view_create.php
+++ b/view_create.php
@@ -285,9 +285,4 @@ $htmlString .= '</form>'
echo $htmlString;
-/**
- * Include error reporting script.
- */
-require_once 'libraries/common_error_reporting.inc.php';
-
?> \ No newline at end of file