|
@@ -252,7 +252,7 @@ |
|
|
block discarded – undo |
|
252
|
252
|
'c', CoreRequestBuilder::TABLE_MEMBERS, 'mo', $expr->andX( |
|
253
|
253
|
$expr->eq( |
|
254
|
254
|
'mo.circle_id', |
|
255
|
|
- $qb->createFunction('SUBSTR(`c`.`unique_id`, 1, ' . Circle::SHORT_UNIQUE_ID_LENGTH . ')') |
|
|
255
|
+ $qb->createFunction('SUBSTR(`c`.`unique_id`, 1, ' . Circle::SHORT_UNIQUE_ID_LENGTH . ')') |
|
256
|
256
|
), $expr->eq('mo.user_type', $qb->createNamedParameter(Member::TYPE_USER)), |
|
257
|
257
|
$expr->eq('mo.level', $qb->createNamedParameter(Member::LEVEL_OWNER)) |
|
258
|
258
|
) |
Please login to merge, or discard this patch.