diff --git a/Documentation.html b/Documentation.html index 24d980536..1c502affd 100755 --- a/Documentation.html +++ b/Documentation.html @@ -807,6 +807,17 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' put the table name in $cfg['Servers'][$i]['column_info'] +
  • + To update your PRE-2.4.1 Column_comments Table use this:
    + +      ALTER TABLE `PMA_column_comments`
    +        ADD `mimetype` VARCHAR( 255 ) NOT NULL ,
    +        ADD `transformation` VARCHAR( 255 ) NOT NULL ,
    +        ADD `transformation_options` VARCHAR( 255 ) NOT NULL ;
    +
    + and remember that the Variable in config.inc.php has been renamed + from
    $cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i]['column_info'] +

  • @@ -3243,4 +3254,4 @@ Original Credits of Version 2.1.0

    - + \ No newline at end of file diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index daf618020..c193b8270 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -612,4 +612,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 21ee383d1..4712b58bd 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -613,4 +613,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 40c150a42..ec382d6e2 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -605,4 +605,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index d74faefd2..abacfdf61 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -606,4 +606,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 859585801..5ca008943 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -627,4 +627,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 0849de4d0..ba063c80e 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 4d85659ea..92b74ebf8 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 53d1f94ed..a4ee989a3 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -627,4 +627,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 5b25d0e46..4a0ad5119 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 01c33ef33..2f9833bb7 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 5040a2203..8be6a668b 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 9ccc98bfe..682ae417f 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 75ea37e31..c46e151de 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index ec64b572f..b2b08067b 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 07100d753..d83d47715 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index b191b8307..f61a7329e 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 9b20017bf..033191e8b 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -623,4 +623,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index c87519304..c4eb7e57b 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index ed6f4f210..082811bec 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 829f23ead..70ab3bff9 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 4e32fdd9c..c0078aaac 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -605,4 +605,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 3f809c465..ae4a8750b 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -606,4 +606,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index d6d62b53d..ea22a674b 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -605,4 +605,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 3e3abf49c..a4a4e123f 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -620,4 +620,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 36687ff39..9f2c092a8 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -621,4 +621,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 8e2b07ed8..32222689c 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 0e8d8ca36..be4d8f251 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 5b14d406d..8f405b85a 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -597,4 +597,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strZip = '"zipped"'; $strInnodbStat = 'InnoDB Status'; +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 39fabe997..e990b9e9b 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -598,4 +598,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l $strZip = '"zipped"'; $strInnodbStat = 'InnoDB Status'; +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index dd17f50ca..5994b3f03 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 4fb573acf..7fefa2b59 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/farsi-utf-8.inc.php3 b/lang/farsi-utf-8.inc.php3 index 9c5c95843..e376b01fd 100644 --- a/lang/farsi-utf-8.inc.php3 +++ b/lang/farsi-utf-8.inc.php3 @@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/farsi-windows-1256.inc.php3 b/lang/farsi-windows-1256.inc.php3 index f9a7ca413..e6aa3a2df 100644 --- a/lang/farsi-windows-1256.inc.php3 +++ b/lang/farsi-windows-1256.inc.php3 @@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 5962067c6..fbf72f04c 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index bea89d259..82d3702ae 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -623,4 +623,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index a9038315d..ab7563f07 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 51c877a50..4d78f6a29 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index 3b473ee02..1c9928b65 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 595006655..94fc34fd8 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index cdd9258b8..52c2a446b 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 3974cc3da..216d8a7bd 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -607,4 +607,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index 018c7eac6..5aa68b877 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -608,4 +608,5 @@ $strTransformation_text_plain__formatted = 'Preserves original formatting of the $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 45dc3f335..627026c68 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 020dd03ea..666a39ade 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index f4c61b46c..202d8971d 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 631e11cb5..7734425b1 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -636,4 +636,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 5c735ca3d..6dc4bcdfe 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -610,4 +610,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 7891aee32..5b3f1d93c 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -611,4 +611,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 16b5bc208..895fb6474 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index bd04a824e..7c6184ef9 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 4e07ac183..9541be5c3 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 791b600c6..04143d8ed 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -604,4 +604,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index e5648c09e..33d15741d 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -610,4 +610,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index a835e2e81..e2f3a47d3 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -610,4 +610,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index 201afb389..ddf135f7f 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -611,4 +611,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 02c905993..84a788a9a 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 9677777ea..c91d19fc2 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -626,4 +626,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index ef6790b29..4246f6382 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -625,4 +625,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 8f8fc9b84..8c9e4da93 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 93ab0174f..be8199989 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 1f9203b79..3985c45a3 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -621,4 +621,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 7ad2b9c78..ecf86872b 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 2f2ef064e..3fc3f4001 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index d3296ef95..b9cc0860c 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 05f7da104..cd962d625 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index 3e6c93fce..d8bd14855 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 2c1253bd7..f61eada04 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -621,4 +621,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 7377cd9ab..030bed857 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -622,4 +622,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 3ae040a2b..94f3432d0 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 7b2d0ab7a..a66c10f15 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 2e6772407..df347a87d 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -608,4 +608,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 520340122..1a0554f2c 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -606,4 +606,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index ae3f297d1..886c6bf57 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -607,4 +607,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index d0e47b42f..1e7f1158e 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -606,4 +606,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index c0e71d863..1d70378c8 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -628,4 +628,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index cf01a7c53..1b0d523a2 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -627,4 +627,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 7b9704484..8cb4060e6 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 4e513b457..c37941b5e 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -600,4 +600,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index ed5195e95..5c3f8268d 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index ebd2fd875..ea2afbbcd 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index eb8fa55bb..17dde1b0b 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 18cf4c1fc..7ceba6d49 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -601,4 +601,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index c66a90ca1..6c712759a 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -602,4 +602,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index 030d705e5..77002e251 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index ea02dce77..d6e1ffab9 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -598,4 +598,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 1047905de..b6247f425 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -599,4 +599,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 46ef1619c..b91f75984 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -612,4 +612,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index 59ca9d4e1..9394c2bee 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -613,4 +613,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index c7c24aa03..133192f85 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -623,4 +623,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index c4cb6987e..0d1a9288b 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -624,4 +624,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 4f375a90c..b728399a0 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -604,4 +604,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 7f64bf41c..a7f7547f6 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -603,4 +603,5 @@ $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entitie $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate $strTransformation_image_jpeg__inline = 'Displays an image directly in the table (uses wrapper, direct blob download, i.e.).';//to translate $strInnodbStat = 'InnoDB Status'; //to translate +$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate ?> diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3 index 22373ee5a..9f30e50a2 100644 --- a/libraries/relation.lib.php3 +++ b/libraries/relation.lib.php3 @@ -155,12 +155,12 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ if ($curr_mime_field[0] == 'mimetype') { $mime_field_mimetype = TRUE; } else if ($curr_mime_field[0] == 'transformation') { - $mime_field_transformation = TRUE; + $mime_field_transformation = TRUE; } else if ($curr_mime_field[0] == 'transformation_options') { $mime_field_transformation_options = TRUE; } } - + if ($mime_field_mimetype == TRUE && $mime_field_transformation == TRUE && $mime_field_transformation_options == TRUE) { @@ -232,10 +232,12 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ echo ' ' . $GLOBALS['strColComFeat'] . ': ' . (($cfgRelation['commwork'] == TRUE) ? $enabled : $disabled) . '' . "\n"; - echo ' MIME: ' - . (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled) + echo ' MIME ...' + . (($cfgRelation['mimework'] == TRUE) ? $hit : sprintf($shit, 'col_com')) . '' . "\n"; - + if (($cfgRelation['commwork'] == TRUE) && ($cfgRelation['mimework'] != TRUE)) { + echo '' . $GLOBALS['updComTab'] . '' . "\n"; + } // . '
    (MIME: ' . (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled) . ')' echo ' $cfg[\'Servers\'][$i][\'history\'] ... ' @@ -364,7 +366,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ $col = ($table != '' ? $row['column_name'] : $i); if (strlen($row['comment']) > 0) { - $comment[$col] = $row['comment']; + $comment[$col] = $row['comment']; } } // end while @@ -395,8 +397,8 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ * @param string the name of the db * @param string the name of the table * @param string the name of the column - * @param string the value of the column - * @param string (optional) if a column is renamed, this is the name of the former key which will get deleted + * @param string the value of the column + * @param string (optional) if a column is renamed, this is the name of the former key which will get deleted * * @return boolean true, if comment-query was made. * @@ -455,90 +457,5 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ return false; } } // end of 'PMA_setComment()' function - -/** - * Set a SQL history entry - * - * @param string the name of the db - * @param string the name of the table - * @param string the username - * @param string the sql query - * - * @return boolean true - * - * @access public - */ - function PMA_setHistory($db, $table, $username, $sqlquery) { - global $cfgRelation; - - $hist_rs = PMA_query_as_cu('INSERT INTO ' . PMA_backquote($cfgRelation['history']) . ' (' - . PMA_backquote('username') . ',' - . PMA_backquote('db') . ',' - . PMA_backquote('table') . ',' - . PMA_backquote('timevalue') . ',' - . PMA_backquote('sqlquery') - . ') VALUES (' - . '\'' . PMA_sqlAddslashes($username) . '\',' - . '\'' . PMA_sqlAddslashes($db) . '\',' - . '\'' . PMA_sqlAddslashes($table) . '\',' - . 'NOW(),' - . '\'' . PMA_handleSlashes($sqlquery) . '\')'); - return true; - } // end of 'PMA_setHistory()' function - -/** - * Gets a SQL history entry - * - * @param string the username - * - * @return array list of history items - * - * @access public - */ - function PMA_getHistory($username) { - global $cfgRelation; - - $hist_rs = PMA_query_as_cu('SELECT ' - . PMA_backquote('db') . ',' - . PMA_backquote('table') . ',' - . PMA_backquote('sqlquery') - . ' FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE username = \'' . PMA_handleSlashes($username) . '\' ORDER BY timevalue DESC'); - - $history = array(); - - while ($row = @PMA_mysql_fetch_array($hist_rs)) { - $history[] = $row; - } - - return $history; - - } // end of 'PMA_getHistory()' function - -/** - * Set a SQL history entry - * - * @param string the name of the db - * @param string the name of the table - * @param string the username - * @param string the sql query - * - * @return boolean true - * - * @access public - */ - function PMA_purgeHistory($username) { - global $cfgRelation, $cfg; - - $purge_rs = PMA_query_as_cu('SELECT timevalue FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE username = \'' . PMA_handleSlashes($username) . '\' ORDER BY timevalue DESC LIMIT ' . $cfg['QueryHistoryMax'] . ', 1'); - $i = 0; - $row = @PMA_mysql_fetch_array($purge_rs); - - if (is_array($row) && $row[0] > 0) { - $maxtime = $row[0]; - $remove_rs = PMA_query_as_cu('DELETE FROM ' . PMA_backquote($cfgRelation['history']) . ' WHERE timevalue <= ' . $maxtime); - } - - return true; - } // end of 'PMA_purgeHistory()' function } // $__PMA_RELATION_LIB__ -?> +?> \ No newline at end of file