diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-08 21:22:59 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-08 21:22:59 +0000 |
commit | 341a95b80353ce93c62050c3051c6402063da5dc (patch) | |
tree | 9a3e288e6b05c4f1725373e2afceb780e6f8739b /modules/field/field.crud.inc | |
parent | d802c69a43ab0f47e88f8b26ea9f655af1404a5f (diff) | |
download | brdo-341a95b80353ce93c62050c3051c6402063da5dc.tar.gz brdo-341a95b80353ce93c62050c3051c6402063da5dc.tar.bz2 |
#369562 by bjaspan and yched: Clean up a few minor things in field API.
Diffstat (limited to 'modules/field/field.crud.inc')
-rw-r--r-- | modules/field/field.crud.inc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/field/field.crud.inc b/modules/field/field.crud.inc index 01f2743cd..6a2a8c1cc 100644 --- a/modules/field/field.crud.inc +++ b/modules/field/field.crud.inc @@ -1,5 +1,14 @@ <?php +// $Id$ +/** + * @file + * TODO: Fill me in. + */ + +/** + * TODO: Fill me in. + */ class FieldException extends Exception {} /** @@ -555,4 +564,4 @@ function field_delete_instance($field_name, $bundle) { /** * @} End of "defgroup field_crud". - */
\ No newline at end of file + */ |