Completed
Push — work-fleets ( f81083...2b6e2a )
by SuperNova.WS
06:05
created
includes/classes/SnDbCachedOperator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.