[ 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 . 'GUI' . SEP . 'GUI.php'); 6 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'API' . SEP . 'Process.php'); 7 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'API' . SEP . 'Instance.php'); 8 require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'common' . SEP . 'WfSecurity.php'); 9 10 class workflow_gui extends GUI 11 { 12 function workflow_gui() 13 { 14 parent::GUI($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 |