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

EnumOption plugin

This commit is contained in:
Jakub Vrana
2011-02-10 18:16:10 +01:00
parent 045bce3c9f
commit 0836c34aef
2 changed files with 37 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ function adminer_object() {
new AdminerSlugify,
new AdminerTranslation,
new AdminerForeignSystem,
new AdminerEnumOption,
));
}