1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 20:01:25 +02:00

Increase default select limit to 50

This commit is contained in:
Jakub Vrana
2013-04-15 14:45:49 -07:00
parent 8cce005b70
commit 285afc202a
3 changed files with 4 additions and 3 deletions

View File

@@ -447,7 +447,7 @@ username.form['auth[driver]'].onchange();
* @return string expression to use in LIMIT, will be escaped
*/
function selectLimitProcess() {
return (isset($_GET["limit"]) ? $_GET["limit"] : "30");
return (isset($_GET["limit"]) ? $_GET["limit"] : "50");
}
/** Process length box in select