diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-21 07:58:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-21 07:58:59 +0000 |
commit | 86829c14f7651bb4f3784b0ece02806f40f8a0c6 (patch) | |
tree | c44b636aa44045fe8c456564140974187ff33f7b /includes | |
parent | 8b752bc1119d5e0da9a90d1c4ef22381c3f07184 (diff) | |
download | brdo-86829c14f7651bb4f3784b0ece02806f40f8a0c6.tar.gz brdo-86829c14f7651bb4f3784b0ece02806f40f8a0c6.tar.bz2 |
- Patch #664696 by Crell: fixed typo in drupal_write_record() docblock.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 27ffaa411..3fe80c6f8 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5759,7 +5759,7 @@ function drupal_schema_fields_sql($table, $prefix = NULL) { * @param $object * The object to write. This is a reference, as defaults according to * the schema may be filled in on the object, as well as ID on the serial - * type(s). Both array an object types may be passed. + * type(s). Both array and object types may be passed. * @param $primary_keys * If this is an update, specify the primary keys' field names. It is the * caller's responsibility to know if a record for this object already |