[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 //Code to be executed before a join activity 3 4 $this->runtime->StartRun(); 5 6 //tests for access rights and lock some rows-------------------------- 7 if (!($this->runtime->checkUserRun($GLOBALS['user']))) 8 { 9 return $this->runtime->fail(lang('You have not permission to execute this activity'), true); 10 } 11 12 13 if (!($GLOBALS['workflow']['__leave_activity'])) 14 { 15 // Set the current user for this activity 16 $this->runtime->setActivityUser(); 17 } 18 19 $this->runtime->EndStartRun(); 20 ?>
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 |