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

Ability to disable export

This commit is contained in:
Jakub Vrana
2011-12-21 22:08:18 -08:00
parent 543e172513
commit 1e70b74f4c
3 changed files with 11 additions and 7 deletions

View File

@@ -523,7 +523,7 @@ username.form['driver'].onchange();
}
/** Returns export format options
* @return array
* @return array empty to disable export
*/
function dumpFormat() {
return array('sql' => 'SQL', 'csv' => 'CSV,', 'csv;' => 'CSV;', 'tsv' => 'TSV');