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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-04-30 22:06:47 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-04-30 22:06:47 +0400
commit32e6c06324ff636281b901f9f1eae3f1d1a6367c (patch)
tree926051b9eac1ba10e74513aa8c81b92130a7cfc4 /tbl_structure.php
parent618a37403afacea065c2c40f974bfde09fe51b5a (diff)
PMA_DBI_get_columns --> PMA_DBI_getColumns
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index 60b4b93b23..bc79265fe2 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -182,7 +182,7 @@ foreach (PMA_Index::getFromTable($table, $db) as $index) {
unset($index, $columns, $column_name, $dummy);
// 3. Get fields
-$fields = (array) PMA_DBI_get_columns($db, $table, null, true);
+$fields = (array) PMA_DBI_getColumns($db, $table, null, true);
// Get more complete field information
// For now, this is done just for MySQL 4.1.2+ new TIMESTAMP options