Skip to content
Snippets Groups Projects
Commit 9885bae0 authored by Jeff Miccolis's avatar Jeff Miccolis
Browse files

Removing call-time-pass-by-reference.

parent 2544510c
No related branches found
Tags v0.17.0
No related merge requests found
......@@ -143,7 +143,7 @@ function boxes_update_6102() {
'not null' => TRUE,
);
$new_keys = array('primary key' => array('delta'));
db_change_field(&$ret, 'box', 'delta', 'delta', $spec, $new_keys);
db_change_field($ret, 'box', 'delta', 'delta', $spec, $new_keys);
}
else {
$ret['#abort'] = array('success' => FALSE, 'query' => "Could not resize the `box.delta` field. Some entries are larger than 32 characters and must be manually truncated.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment