added some documentation on how to update existing
column_comments tables and better information in testpage
This commit is contained in:
@@ -807,6 +807,17 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
put the table name in
|
put the table name in
|
||||||
<tt>$cfg['Servers'][$i]['column_info']</tt>
|
<tt>$cfg['Servers'][$i]['column_info']</tt>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
To update your PRE-2.4.1 Column_comments Table use this:<br />
|
||||||
|
<tt>
|
||||||
|
ALTER TABLE `PMA_column_comments` <br />
|
||||||
|
ADD `mimetype` VARCHAR( 255 ) NOT NULL ,<br />
|
||||||
|
ADD `transformation` VARCHAR( 255 ) NOT NULL ,<br />
|
||||||
|
ADD `transformation_options` VARCHAR( 255 ) NOT NULL ;<br />
|
||||||
|
</tt>
|
||||||
|
and remember that the Variable in config.inc.php has been renamed
|
||||||
|
from <br />$cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i]['column_info']
|
||||||
|
</li>
|
||||||
</ul><br />
|
</ul><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||||
|
|
||||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||||
|
|
||||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
|
||||||
|
|
||||||
$strInnodbStat = 'InnoDB Status'; //to translate
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -597,4 +597,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strInnodbStat = 'InnoDB Status';
|
$strInnodbStat = 'InnoDB Status';
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -598,4 +598,5 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
|
|||||||
$strZip = '"zipped"';
|
$strZip = '"zipped"';
|
||||||
|
|
||||||
$strInnodbStat = 'InnoDB Status';
|
$strInnodbStat = 'InnoDB Status';
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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_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__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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -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_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__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
|
$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
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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__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
|
$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
|
$strInnodbStat = 'InnoDB Status'; //to translate
|
||||||
|
$updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -232,10 +232,12 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
|||||||
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strColComFeat'] . ': '
|
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strColComFeat'] . ': '
|
||||||
. (($cfgRelation['commwork'] == TRUE) ? $enabled : $disabled)
|
. (($cfgRelation['commwork'] == TRUE) ? $enabled : $disabled)
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
echo ' <tr><td colspan=2 align="center">MIME: '
|
echo ' <tr><th align="left">MIME ...</th><td align="right">'
|
||||||
. (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled)
|
. (($cfgRelation['mimework'] == TRUE) ? $hit : sprintf($shit, 'col_com'))
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
|
if (($cfgRelation['commwork'] == TRUE) && ($cfgRelation['mimework'] != TRUE)) {
|
||||||
|
echo '<tr><td colspan=2 align="left">' . $GLOBALS['updComTab'] . '</td></tr>' . "\n";
|
||||||
|
}
|
||||||
// . '<br />(MIME: ' . (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled) . ')'
|
// . '<br />(MIME: ' . (($cfgRelation['mimework'] == TRUE) ? $enabled : $disabled) . ')'
|
||||||
|
|
||||||
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'history\'] ... </th><td align="right">'
|
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'history\'] ... </th><td align="right">'
|
||||||
@@ -455,90 +457,5 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} // end of 'PMA_setComment()' function
|
} // 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__
|
} // $__PMA_RELATION_LIB__
|
||||||
?>
|
?>
|
Reference in New Issue
Block a user