From 1750dba6b6449bf6352572d9425866332ad9ca4e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 18 Jan 2011 18:25:17 +0000 Subject: - Patch #1024840 by Jody Lynn: whitespace fixes for field module. --- modules/field/tests/field_test.storage.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field/tests/field_test.storage.inc') diff --git a/modules/field/tests/field_test.storage.inc b/modules/field/tests/field_test.storage.inc index 43f1c4b49..de3c1b1d9 100644 --- a/modules/field/tests/field_test.storage.inc +++ b/modules/field/tests/field_test.storage.inc @@ -288,7 +288,7 @@ function field_test_field_storage_query($field_id, $conditions, $count, &$cursor case '<=': case '>': case '>=': - eval('$match = $match && '. $row->{$column} . ' ' . $operator . ' '. $value); + eval('$match = $match && ' . $row->{$column} . ' ' . $operator . ' '. $value); break; case 'IN': $match = $match && in_array($row->{$column}, $value); -- cgit v1.2.3