diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/update.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc index 952f2c639..4908bfdb8 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -173,7 +173,7 @@ function update_prepare_d7_bootstrap() { * array( * 0 => 'mymodule-block-1', * 1 => 'mymodule-block-2', - * ); + * ), * ); */ function update_fix_d7_block_deltas(&$sandbox, $renamed_deltas) { |