1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 20:31:19 +02:00

Column names customization (bug #3194500)

This commit is contained in:
Jakub Vrana
2011-05-24 17:03:48 +02:00
parent 6a491373c2
commit d2c513d1c2
2 changed files with 8 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ username.form['driver'].onchange();
}
/** Print columns box in select
* @param array result of selectColumnsProcess()
* @param array result of selectColumnsProcess()[0]
* @param array selectable columns
* @return null
*/