diff --git a/ChangeLog b/ChangeLog
index cb1f696a0..e5c0f9310 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,9 @@ $Source$
* libraries/auth/cookie.auth.lib.php: Move error message on top of page.
* lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
* header.inc.php: Remove unused code.
+ * Documentation.html, tbl_properties.inc.php,
+ transformation_overview.php, libraries/transformations/overview.php
+ (deleted): Move transformation overview out of libraries folder.
2005-11-22 Sebastian Mendel
For a general overview of all available transformations and their options, you can -consult your <www.your-host.com>/<your-install-dir>/libraries/transformations/overview.php +consult your +<www.your-host.com>/<your-install-dir>/transformation_overview.php installation.
For a tutorial on how to effectively use transformations, see our Link section on the official phpMyAdmin homepage.
3 ' . $strMIME_transformation_options_note . '
'; echo ''; printf( $strMIME_transformation_note, - '', '' ); echo '
'; diff --git a/libraries/transformations/overview.php b/transformation_overview.php similarity index 90% rename from libraries/transformations/overview.php rename to transformation_overview.php index 73b6983aa..03088eff8 100644 --- a/libraries/transformations/overview.php +++ b/transformation_overview.php @@ -2,12 +2,6 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -/** - * Change to basedir for including/requiring other fields - */ -chdir('../../'); -define('PMA_PATH_TO_BASEDIR', '../../'); // rabus: required for the CSS link tag. - /** * Don't display the page heading */