@@ -176,7 +176,7 @@ |
||
| 176 | 176 | for ($i = 0, $size = sizeof($data); $i < $size; $i++) |
| 177 | 177 | { |
| 178 | 178 | $row = $data[$i]; |
| 179 | - $this_depth = $parental_depth[$row[$this->column_parent_id]] + 1; |
|
| 179 | + $this_depth = $parental_depth[$row[$this->column_parent_id]] + 1; |
|
| 180 | 180 | $repeat = (int) abs($prev_depth - $this_depth); |
| 181 | 181 | |
| 182 | 182 | $nodes[] = array_merge(array( |
@@ -167,7 +167,7 @@ |
||
| 167 | 167 | $sql_ary['WHERE'] .= ' AND u.user_lastvisit <> 0 AND u.user_id <> ' . (int) $this->user->data['user_id']; |
| 168 | 168 | $sql_ary['ORDER_BY'] = 'u.user_lastvisit DESC'; |
| 169 | 169 | |
| 170 | - $this->sql_date_field = 'user_lastvisit'; |
|
| 170 | + $this->sql_date_field = 'user_lastvisit'; |
|
| 171 | 171 | } |
| 172 | 172 | |
| 173 | 173 | /** |
@@ -136,7 +136,7 @@ |
||
| 136 | 136 | $block = array(); |
| 137 | 137 | if ($this->block_is_viewable($db_data, $display_modes, $users_groups, $edit_mode) && ($block_instance = $this->block_factory->get_block($service_name)) !== null) |
| 138 | 138 | { |
| 139 | - $returned_data = array( |
|
| 139 | + $returned_data = array( |
|
| 140 | 140 | 'title' => '', |
| 141 | 141 | 'data' => null, |
| 142 | 142 | 'content' => null, |