Index: trunk/extensions/CentralNotice/SpecialCentralNotice.php |
— | — | @@ -1024,7 +1024,7 @@ |
1025 | 1025 | array( |
1026 | 1026 | 'not_id' |
1027 | 1027 | ), |
1028 | | - array ( |
| 1028 | + array( |
1029 | 1029 | "not_start <= $encTimestamp", |
1030 | 1030 | "not_end >= $encTimestamp", |
1031 | 1031 | 'not_enabled = 1', // enabled |
— | — | @@ -1083,7 +1083,7 @@ |
1084 | 1084 | 'tmp_display_anon', |
1085 | 1085 | 'tmp_display_account' |
1086 | 1086 | ), |
1087 | | - array ( |
| 1087 | + array( |
1088 | 1088 | "cn_notices.not_id IN ($campaignList)", |
1089 | 1089 | 'cn_notices.not_id=cn_assignments.not_id', |
1090 | 1090 | 'cn_assignments.tmp_id=cn_templates.tmp_id' |