source: trunk/workflow/js/adminsource/inc/class.atividade.controller.inc.php @ 795

Revision 795, 185 bytes checked in by viani, 15 years ago (diff)

Ticket #488 - Inclusão do módulo workflow no ramo trunk do repositório Expresso.

  • Property svn:executable set to *
Line 
1<?php
2
3class AtividadeController extends Controller
4{
5        function __default()
6        {
7                if ($this->model->defaultAction())
8                {
9                        /* acao OK */
10                }
11                else
12                {
13                        /* acao erro */
14                };
15        }
16}
17
18?>
Note: See TracBrowser for help on using the repository browser.