From b76a58b41408a3c2461348b8f6b108bb2af9a827 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 7 Feb 2010 17:33:41 +0000 Subject: - Patch #606730 by hunmonk: fixed semicolon. --- includes/update.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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) { -- cgit v1.2.3