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

Revision 1349, 95 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
2class Model extends BaseModel
3{
4        function Model(&$env)
5        {
6                $this->super(&$env);
7        }
8}
9?>
Note: See TracBrowser for help on using the repository browser.