1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-18 12:21:24 +02:00

Mark auto_increment fields in edit

This commit is contained in:
Jakub Vrana
2014-01-04 14:30:42 -08:00
parent 8829a8e808
commit 47fc034746
2 changed files with 5 additions and 1 deletions

View File

@@ -531,6 +531,9 @@ username.form['auth[driver]'].onchange();
}
}
}
if ($field["auto_increment"] && !isset($_GET["select"]) && !where($_GET)) {
$return = lang('Auto Increment');
}
return explode("/", $return);
}