source: branches/2.2/filemanager/setup/tables_update.inc.php @ 3019

Revision 3019, 904 bytes checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
1<?php
2/**************************************************************************\
3 * eGroupWare - Setup                                                       *
4 * http://www.egroupware.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[] = '2.1.00';
12        function filemanager_upgrade2_1_00()
13        {
14                $GLOBALS['setup_info']['filemanager']['currentver'] = '2.2.00';
15                return $GLOBALS['setup_info']['filemanager']['currentver'];
16        }
17
18?>
Note: See TracBrowser for help on using the repository browser.