Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/tabsheet.class.php

    r26461 r28587  
    8989  function select($name)
    9090  {
    91     $this->sheets = trigger_event('tabsheet_before_select', $this->sheets, $this->uniqid);
     91    $this->sheets = trigger_change('tabsheet_before_select', $this->sheets, $this->uniqid);
    9292    if (!array_key_exists($name, $this->sheets))
    9393    {
Note: See TracChangeset for help on using the changeset viewer.