source: branches/1.2/contactcenter/inc/class.bo_alien_contact_manager.inc.php @ 2

Revision 2, 1.0 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2  /***************************************************************************\
3  * eGroupWare - Contacts Center                                              *
4  * http://www.egroupware.org                                                 *
5  * Written by:                                                               *
6  *  - Raphael Derosso Pereira <raphaelpereira@users.sourceforge.net>         *
7  * ------------------------------------------------------------------------- *
8  *  This program is free software; you can redistribute it and/or modify it  *
9  *  under the terms of the GNU General Public License as published by the    *
10  *  Free Software Foundation; either version 2 of the License, or (at your   *
11  *  option) any later version.                                               *
12  \***************************************************************************/
13
14
15        include_once( 'class.abo_catalog.inc.php' );
16       
17        class bo_alien_contact_manager extends abo_catalog {
18       
19                function alien_contact_manager ( $id_owner )
20                {
21                }
22       
23        }
24
25
26
27?>
Note: See TracBrowser for help on using the repository browser.