Explorar el Código

Oooops...

Signed-off-by: emanuele <[email protected]>
emanuele hace 11 años
padre
commit
3947144463
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,