Changeset 16007 for extensions/AMetaData/amd_aip_install.class.inc.php
- Timestamp:
- Jun 24, 2012, 9:14:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMetaData/amd_aip_install.class.inc.php
r15343 r16007 48 48 unset($this->tabsheet); 49 49 parent::__destruct(); 50 }51 52 /*53 initialize events call for the plugin54 */55 public function initEvents()56 {57 parent::initEvents();58 add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));59 50 } 60 51
Note: See TracChangeset
for help on using the changeset viewer.