Browse Source

Oooops...

Signed-off-by: emanuele <[email protected]>
emanuele 11 years ago
parent
commit
3947144463
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Load.php

+ 1 - 1
Sources/Load.php

@@ -1268,7 +1268,7 @@ function loadMemberCustomFields($users, $params)
 		FROM {db_prefix}themes AS t
 			LEFT JOIN {db_prefix}custom_fields AS c ON (c.col_name = t.variable)
 		WHERE id_member IN ({array_int:loaded_ids}) 
-			AND variable IN ({array_string:params})'),
+			AND variable IN ({array_string:params})',
 		array(
 			'loaded_ids' => $users,
 			'params' => $params,