@@ -230,7 +230,7 @@ |
||
230 | 230 | array("distinct({{{$location_info[P_TABLE_NAME]}}}.{$owner_data[P_OWNER_FIELD]}) AS parent_id"), |
231 | 231 | $filter, |
232 | 232 | // Always selecting all records for correctly perform FILTER locks |
233 | - $fetch ? DB_RECORD_ONE : DB_RECORDS_ALL, |
|
233 | + $fetch ? DB_RECORD_ONE : DB_RECORDS_ALL, |
|
234 | 234 | // DB_RECORDS_ALL, |
235 | 235 | DB_SELECT_PLAIN |
236 | 236 | ); |