Ignore:
Timestamp:
08/17/10 16:17:12 (14 years ago)
Author:
viani
Message:

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/engine/src/ProcessMonitor/ProcessMonitor.php

    r795 r3167  
    1818   * @access public 
    1919   */ 
    20   function ProcessMonitor(&$db) 
     20  function ProcessMonitor() 
    2121  { 
    2222    $this->child_name = 'ProcessMonitor'; 
    23     parent::Base($db); 
     23    parent::Base(); 
    2424    // check the the actual user can really do this 
    2525    if ( !(galaxia_user_can_monitor())) 
     
    5959 
    6060  /** 
    61    * @deprecated 
     61   * @deprecated 2.2.00.000 
    6262   */ 
    6363  function update_instance_status($iid,$status) { 
     64        wf_warn_deprecated_method(); 
    6465    return; 
    6566    $query = "update `".GALAXIA_TABLE_PREFIX."instances` set `wf_status`=? where `wf_instance_id`=?"; 
     
    6970   
    7071  /** 
    71    * @deprecated 
     72   * @deprecated 2.2.00.000 
    7273   */ 
    7374  function update_instance_activity_status($iid,$activityId,$status) { 
     75        wf_warn_deprecated_method(); 
    7476    return; 
    7577    $query = "update `".GALAXIA_TABLE_PREFIX."instance_activities` set `wf_status`=? where `wf_instance_id`=? and `wf_activity_id`=?"; 
Note: See TracChangeset for help on using the changeset viewer.