source: contrib/listAdmin/setup/tables_update.inc.php @ 3312

Revision 3312, 899 bytes checked in by rafaelraymundo, 14 years ago (diff)

Ticket #1174 - Disponibilização do módulo de Listas(Mailman)

  • Property svn:executable set to *
Line 
1<?php
2        /**************************************************************************\
3        * phpGroupWare - Setup                                                     *
4        * http://www.phpgroupware.org                                              *
5        * --------------------------------------------                             *
6        * This program is free software; you can redistribute it and/or modify it  *
7        * under the terms of the GNU General Public License as published by the    *
8        * Free Software Foundation; either version 2 of the License, or (at your   *
9        * option) any later version.                                               *
10        \**************************************************************************/   
11        $test[] = '1.0.0';
12        function listAdmin_upgrade1_0_0()
13        {
14               
15                $GLOBALS['setup_info']['listAdmin']['currentver'] = '2.0.0';
16                return $GLOBALS['setup_info']['listAdmin']['currentver'];
17        }
18?>
Note: See TracBrowser for help on using the repository browser.