svoid db_legacyFixModifiedField() { for (Concept c : allConcepts()) if (c._modified == 0) { c._modified = c.created; c._change_withoutUpdatingModifiedField(); } }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023661 |
| Snippet name: | db_legacyFixModifiedField |
| Eternal ID of this version: | #1023661/1 |
| Text MD5: | 3e551233206b622e46d7bf6fb79bcfaf |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-01 13:16:28 |
| Source code size: | 192 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 461 / 530 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |