diff options
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 + */ |