Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-04-26 15:38:54 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-26 15:38:54 +0400
commit29870761c5302472a246321ff9ad35eb8f6d11a6 (patch)
tree36292023d6ac15ad0b011e88e1ba70367d9d902c /Documentation.html
parent28fdb4cc53a24b86a4fe4c973dd6cf5c4070f5da (diff)
Move column types to PMA_Types class
Diffstat (limited to 'Documentation.html')
-rw-r--r--Documentation.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation.html b/Documentation.html
index 5aa8498010..f6ae23cbf7 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -2396,10 +2396,6 @@ setfacl -d -m "g:www-data:rwx" tmp
Enable logging queries and execution times to be displayed in the bottom
of main page (right frame).</dd>
- <dt id="cfg_ColumnTypes">$cfg['ColumnTypes'] array</dt>
- <dd>All possible types of a MySQL column. In most cases you don't need to
- edit this.</dd>
-
<dt id="cfg_DefaultFunctions">$cfg['DefaultFunctions'] array</dt>
<dd>Functions selected by default when inserting/changing row, Functions
are defined for meta types as (FUNC_NUMBER, FUNC_DATE, FUNC_CHAR,