- Timestamp:
- Jun 13, 2014, 8:17:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GrumPluginClasses/classes/GPCTabSheet.class.inc.php
r17562 r28687 149 149 if($this->id!='') 150 150 { 151 $this->sheets = trigger_ event('gpc_tabsheet_before_select', $this->sheets, $this->id);151 $this->sheets = trigger_change('gpc_tabsheet_before_select', $this->sheets, $this->id); 152 152 if (!array_key_exists($name, $this->sheets)) 153 153 {
Note: See TracChangeset
for help on using the changeset viewer.