summaryrefslogtreecommitdiff
path: root/includes/update.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-07 17:33:41 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-07 17:33:41 +0000
commitb76a58b41408a3c2461348b8f6b108bb2af9a827 (patch)
tree8d6463f476ee9bdcc152e5dd56b3a4a1af37c262 /includes/update.inc
parent92ad427474930a52a1997486678f4e65cef24a1b (diff)
downloadbrdo-b76a58b41408a3c2461348b8f6b108bb2af9a827.tar.gz
brdo-b76a58b41408a3c2461348b8f6b108bb2af9a827.tar.bz2
- Patch #606730 by hunmonk: fixed semicolon.
Diffstat (limited to 'includes/update.inc')
-rw-r--r--includes/update.inc2
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) {