diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-10 09:45:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-10 09:45:32 +0000 |
commit | 4ac090eb54ecc7ad5bf5df42c7fda0c76d89a611 (patch) | |
tree | 1f78a6872b45cc1d3468bd0c2cc011680e3f7b33 /modules/field/field.module | |
parent | a4ee7092e1ebfe3cc2387ad4b72f723080601cd4 (diff) | |
download | brdo-4ac090eb54ecc7ad5bf5df42c7fda0c76d89a611.tar.gz brdo-4ac090eb54ecc7ad5bf5df42c7fda0c76d89a611.tar.bz2 |
- Patch #392686 by bjaspan, yched: switch to serial primary keys.
Diffstat (limited to 'modules/field/field.module')
-rw-r--r-- | modules/field/field.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/field/field.module b/modules/field/field.module index a6f111a45..2f93cea22 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -107,6 +107,7 @@ function field_help($path, $arg) { function field_init() { module_load_include('inc', 'field', 'field.crud'); module_load_include('inc', 'field', 'field.autoload'); + drupal_add_css(drupal_get_path('module', 'field') . '/theme/field.css'); } /** |