summaryrefslogtreecommitdiff
path: root/modules/field/field.attach.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-13 05:18:18 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-13 05:18:18 +0000
commita4501a2ccaa7cff9c484a505d093970695c27705 (patch)
tree5c0b39e8795349d778ae20b3828a8beaae23b5a8 /modules/field/field.attach.inc
parent1372d90cf1a63bbfed207e98d71b8df88536cd08 (diff)
downloadbrdo-a4501a2ccaa7cff9c484a505d093970695c27705.tar.gz
brdo-a4501a2ccaa7cff9c484a505d093970695c27705.tar.bz2
#431870 by yched: Whitespace clean-up.
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r--modules/field/field.attach.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc
index 2b13969be..1a67b4754 100644
--- a/modules/field/field.attach.inc
+++ b/modules/field/field.attach.inc
@@ -57,7 +57,7 @@ class FieldValidationException extends FieldException {
/**
* Argument for an insert operation.
- * This is used in hook_field_storage_write when updating an
+ * This is used in hook_field_storage_write when updating an
* existing object.
*/
define('FIELD_STORAGE_UPDATE', 'update');
@@ -284,7 +284,7 @@ function _field_attach_load($obj_type, $objects, $age = FIELD_LOAD_CURRENT) {
// results are merged into the $queried_objects, and into the $additions
// array, that will eventually get cached.
- // Invoke hook_field_attach_pre_load(): let any module load field
+ // Invoke hook_field_attach_pre_load(): let any module load field
// data before the storage engine, accumulating along the way.
$additions_pre_load = array();
$skip_fields = array();