Changeset 6534
- Timestamp:
- 06/18/12 14:19:49 (11 years ago)
- Location:
- trunk/prototype/modules/filters
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/prototype/modules/filters/filters.js
r6488 r6534 35 35 } 36 36 } 37 if(!outoffice_active )37 if(!outoffice_active && old_msg == get_lang("Attention, you are in out of office mode.")) 38 38 clean_msg(); 39 39 } -
trunk/prototype/modules/filters/interceptors/FilterMapping.php
r6487 r6534 41 41 */ 42 42 43 43 use prototype\api\Config as Config; 44 44 45 45 /**
Note: See TracChangeset
for help on using the changeset viewer.