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/local/functions/function.wf_create_object.php

    r795 r3060  
    55 * @return mixed 
    66 * @license http://www.gnu.org/copyleft/gpl.html GPL 
    7  * @deprecated 1.4.00.000 - 08/03/2007 
     7 * @deprecated 2.2.00.000 
    88 * @package Workflow  
    99 * @subpackage local  
     
    1212function wf_create_object($class_name) 
    1313{ 
     14        wf_warn_deprecated_method('Factory', 'getInstance'); 
    1415        $obj = null; 
    1516        $file_name = PHPGW_SERVER_ROOT.SEP.'workflow'.SEP.'inc'.SEP.'local'.SEP.'classes'.SEP.'class.'.$class_name.'.php'; 
Note: See TracChangeset for help on using the changeset viewer.