diff --git a/doc/faq.rst b/doc/faq.rst index 168849e9ac..541c727d22 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -932,7 +932,7 @@ official phpMyAdmin-homepage. When MySQL is running in ANSI-compatibility mode, there are some major differences in how :term:`SQL` is structured (see -). Most important of all, the +). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid :term:`SQL` statements. There is no diff --git a/doc/setup.rst b/doc/setup.rst index 7f2b2ce4f6..d0e8399ef6 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -42,7 +42,7 @@ Ubuntu Ubuntu ships phpMyAdmin package, however if you want to use recent version, you can use packages from -`PPA for Michal Čihař `_. +`PPA for Michal Čihař `_. Gentoo ------ @@ -82,7 +82,7 @@ Installing on Windows The easiest way to get phpMyAdmin on Windows is using third party products which include phpMyAdmin together with a database and web server such as -`XAMPP `_. +`XAMPP `_. You can find more of such options at `Wikipedia `_. diff --git a/doc/transformations.rst b/doc/transformations.rst index 4c3ce46c96..83533a5271 100644 --- a/doc/transformations.rst +++ b/doc/transformations.rst @@ -29,7 +29,7 @@ options, you can consult your *//transformation\_overview.php* installation. For a tutorial on how to effectively use transformations, see our -`Link section `_ on the +`Link section `_ on the official phpMyAdmin homepage. .. _transformationshowto: @@ -128,9 +128,9 @@ The applyTransformation() method always gets passed three variables: function as an array. #. **$meta** - Contains an object with information about your column. The data is drawn from the output of the `mysql\_fetch\_field() - `_ function. This means, all + `_ function. This means, all object properties described on the `manual page - `_ are available in this + `_ are available in this variable and can be used to transform a column accordingly to unsigned/zerofill/not\_null/... properties. The $meta->mimetype variable contains the original MIME-type of the column (i.e.