mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 04:11:59 +01:00
Add "R" even if the message is already deleted by data officer
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
391005247c
commit
007e244b7b
@ -514,9 +514,8 @@ class ModelSearchSearch extends Model {
|
|||||||
foreach ($s->rows as $p) {
|
foreach ($s->rows as $p) {
|
||||||
if($p['id'] == 1) {
|
if($p['id'] == 1) {
|
||||||
$deleted[$p['id']] = 1;
|
$deleted[$p['id']] = 1;
|
||||||
} else {
|
|
||||||
$marked_for_removal[$p['id']] = 1;
|
|
||||||
}
|
}
|
||||||
|
$marked_for_removal[$p['id']] = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user