diff options
-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 f3c915425..34758a397 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3246,7 +3246,7 @@ function drupal_write_record($table, &$object, $update = array()) { return FALSE; } - $fields = $defs = $values = $serials = array(); + $fields = $defs = $values = $serials = $placeholders = array(); // Go through our schema, build SQL, and when inserting, fill in defaults for // fields that are not set. |