diff --git a/Documentation.html b/Documentation.html
index 70f1f8a31..f8c5ee246 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -823,12 +823,11 @@
-
$cfgBrowseMarkRow boolean
If the value is 1, you can visually mark rows with the color in
- $cfgBrowsePointerColor, by clicking on them. Works on browsers that
- support 'onmousedown'.
+ $cfgBrowsePointerColor, by clicking on them. Works on browsers
+ that support 'onmousedown'.
@@ -1058,8 +1057,8 @@
I get an error 'No SQL query' when trying to execute a bookmark.
- If PHP does not have read/write access to its upload_tmp_dir, it cannot
- access the uploaded query.
+ If PHP does not have read/write access to its upload_tmp_dir, it
+ cannot access the uploaded query.
[Configuration]
@@ -1155,9 +1154,9 @@
error or a time limit error.
As of version 2.2.4, we build the compressed dump in memory, so large
- tables dumps may hang. The only alternative we can think about (using
- system calls to mysqldump then gzip or bzip2) would not be applicable
- in environments where PHP is in safe mode: access to system programs
+ tables dumps may hang. The only alternative we can think about (using
+ system calls to mysqldump then gzip or bzip2) would not be applicable in
+ environments where PHP is in safe mode: access to system programs is
is limited by the system administrator, and time limit is enforced.
@@ -1276,10 +1275,11 @@
In Internet Explorer 5.0, 5.5 or 6.0, I get an error when trying to
modify a row in a table with many fields, or with a text field.
- Your table does not have a primary key, so we must use a long URL to
- identify this row. There is a limit on the lenght of the URL in those
- browsers, and this not happen in Netscape, for example. The workaround
- is to create a primary key, or use another browser.
+ Your table neither have a primary key nor an unique one, so we must use a
+ long URL to identify this row. There is a limit on the lenght of the URL in
+ those browsers, and this not happen in Netscape, for example. The
+ workaround is to create a primary or unique key, or use another browser.
+
diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3
index d78a30537..a1d3f2125 100755
--- a/tbl_properties.inc.php3
+++ b/tbl_properties.inc.php3
@@ -27,7 +27,7 @@ $is_backup = ($action != 'tbl_create.php3' && $action != 'tbl_addfield.php3');
|
- " . PMA_showDocuShort('C/o/Column_types.html'); ?> |
+ ' . PMA_showDocuShort('C/o/Column_types.html'); ?> |
|
|
|