[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 //Code to be executed after an activity by agents 3 if (!($instance->getActivityCompleted())) 4 { 5 foreach ($this->agents as $agent_type => $ui_agent) 6 { 7 if(!($ui_agent->run_activity_pos())) 8 { 9 galaxia_show_error($ui_agent->get_error(), false); 10 } 11 12 } 13 } 14 else 15 { 16 foreach ($this->agents as $agent_type => $ui_agent) 17 { 18 if (!($ui_agent->run_activity_completed_pos())) 19 { 20 galaxia_show_error($ui_agent->get_error(), false); 21 } 22 } 23 } 24 ?>
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 |