[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 // include galaxia's configuration tailored to egroupware 3 require_once ('engine/config.egw.inc.php'); 4 5 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php'); 6 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'GraphViz.php'); 7 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ProcessManager.php'); 8 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'common' . SEP . 'WfSecurity.php'); 9 10 class workflow_activitymanager extends ActivityManager 11 { 12 function workflow_activitymanager() 13 { 14 parent::ActivityManager($GLOBALS['egw']->ADOdb); 15 } 16 } 17 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |