@@ 1244-1249 (lines=6) @@ | ||
1241 | } |
|
1242 | ||
1243 | ||
1244 | if (!empty($group_id)) { |
|
1245 | // set to select only messages posted by the user's group |
|
1246 | $extra_conditions = " work.post_group_id = '".intval($groupIid)."' "; |
|
1247 | } else { |
|
1248 | $extra_conditions = " (work.post_group_id = '0' or work.post_group_id IS NULL) "; |
|
1249 | } |
|
1250 | ||
1251 | if ($is_allowed_to_edit) { |
|
1252 | $extra_conditions .= ' AND work.active IN (0, 1) '; |
|
@@ 1884-1889 (lines=6) @@ | ||
1881 | } |
|
1882 | ||
1883 | if (!empty($work_data)) { |
|
1884 | if (!empty($group_id)) { |
|
1885 | $extra_conditions = " work.post_group_id = '".intval($groupIid)."' "; |
|
1886 | // set to select only messages posted by the user's group |
|
1887 | } else { |
|
1888 | $extra_conditions = " (work.post_group_id = '0' OR work.post_group_id is NULL) "; |
|
1889 | } |
|
1890 | ||
1891 | if ($is_allowed_to_edit || $isDrhOfCourse) { |
|
1892 | $extra_conditions .= ' AND work.active IN (0, 1) '; |