From 86829c14f7651bb4f3784b0ece02806f40f8a0c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 21 Dec 2009 07:58:59 +0000 Subject: - Patch #664696 by Crell: fixed typo in drupal_write_record() docblock. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 -- cgit v1.2.3