diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-25 05:13:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-25 05:13:17 +0000 |
commit | c1763d728eb4cd7d1877d04a2ae1239fac469b7f (patch) | |
tree | ae984caf708e603c5c7fc73ee4419bf2d5d7ec71 /modules | |
parent | daa0ec1684329d6c456d9bf72984d64b3d25bbc6 (diff) | |
download | brdo-c1763d728eb4cd7d1877d04a2ae1239fac469b7f.tar.gz brdo-c1763d728eb4cd7d1877d04a2ae1239fac469b7f.tar.bz2 |
- Patch #367215 by bjaspan: fixed documentation.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/field.attach.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index 63d2005ea..1ebf0729a 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -141,7 +141,6 @@ define('FIELD_STORAGE_INSERT', 'insert'); * - delete revision * - sanitize * - view - * - preprocess * - prepare translation * @param $obj_type * The type of $object; e.g. 'node' or 'user'. |