From d51625c304000f5ec1d5c6c3cf06e9e58be93a25 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 4 Jul 2009 14:45:36 +0000 Subject: - Patch #509924 by quicksketch: fixed notice. --- modules/system/system.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/system/system.install b/modules/system/system.install index f402edd58..3062a58fd 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2078,6 +2078,8 @@ function system_update_7021() { * Add the queue tables. */ function system_update_7022() { + $ret = array(); + $schema['queue'] = array( 'description' => 'Stores items in queues.', 'fields' => array( -- cgit v1.2.3