From b1190c11b5551f20a99514bf2b0719b74449277d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Sep 2010 02:30:32 +0000 Subject: - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 22e270383..32e6e3859 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2209,7 +2209,7 @@ function system_update_files_database(&$files, $type) { // All remaining files are not in the system table, so we need to add them. $query = db_insert('system')->fields(array('filename', 'name', 'type', 'owner', 'info')); - foreach($files as &$file) { + foreach ($files as &$file) { if (isset($file->exists)) { unset($file->exists); } -- cgit v1.2.3