source: branches/1.2/workflow/js/adminsource/inc/class.atividade.controller.inc.php @ 1349

Revision 1349, 185 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • 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.