@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | ->fetchAll(); |
| 106 | 106 | |
| 107 | 107 | foreach ($rows as $row) { |
| 108 | - $categoryIds[] = (int) $row['uid_local']; |
|
| 108 | + $categoryIds[] = (int)$row['uid_local']; |
|
| 109 | 109 | } |
| 110 | 110 | } |
| 111 | 111 | |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | ->fetchAll(); |
| 135 | 135 | |
| 136 | 136 | foreach ($rows as $row) { |
| 137 | - $indexIds[] = (int) $row['uid_foreign']; |
|
| 137 | + $indexIds[] = (int)$row['uid_foreign']; |
|
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | $indexIds[] = -1; |