mirror of
https://github.com/vrana/adminer.git
synced 2025-08-18 04:11:27 +02:00
Mark auto_increment fields in edit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user