00001 <?php 00002 00016 import('lib.pkp.classes.log.EventLogEntry'); 00017 00018 // Information Center events 00019 define('MONOGRAPH_LOG_NOTE_POSTED', 0x01000000); 00020 define('MONOGRAPH_LOG_MESSAGE_SENT', 0x01000001); 00021 00022 class OmpEventLogEntry extends EventLogEntry { 00026 function OmpEventLogEntry() { 00027 parent::EventLogEntry(); 00028 } 00029 } 00030 00031 ?>
1.7.1