Ignore:
Timestamp:
07/15/10 17:30:07 (14 years ago)
Author:
viani
Message:

Ticket #950 - Merged 2838:3056 /trunk/workflow em /sandbox/workflow/trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/inc/engine/src/API/BaseActivity.php

    r2372 r3060  
    8484   * Seems to be the rest of a bad object architecture 
    8585   *  
    86    * @deprecated 
     86   * @deprecated 2.2.00.000 
    8787   */ 
    8888  function setDb(&$db) 
    8989  { 
     90        wf_warn_deprecated_method(); 
    9091    $this->db =& $db; 
    9192  } 
     
    550551   * e.g. $isadmin = $activity->checkUserRole($user,'admin') 
    551552   *  
    552    * @deprecated Unused function. Old API, do not use it. Return always false 
     553   * @deprecated 2.2.00.000 - Unused function. Old API, do not use it. Return always false 
    553554   */ 
    554555  function checkUserRole($user,$rolename)  
    555556  { 
     557        wf_warn_deprecated_method(); 
    556558    $this->error[] = 'use of an old deprecated function checkUserRole, return always false'; 
    557559    return false; 
Note: See TracChangeset for help on using the changeset viewer.