source: trunk/calendar/setup/tables_update.inc.php @ 166

Revision 166, 1.1 KB checked in by niltonneto, 16 years ago (diff)

Correção de bug, conforme ticket 144 do SVN.
Correção na atualização pelo setup.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
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[] = '0.9.2';
12        function calendar_upgrade0_9_2()
13        {
14                $GLOBALS['setup_info']['calendar']['currentver'] = '0.9.17';
15                return $GLOBALS['setup_info']['calendar']['currentver'];
16        }
17        $test[] = '0.9.17';
18        function calendar_upgrade0_9_17()
19        {
20                $GLOBALS['setup_info']['calendar']['currentver'] = '0.9.21';
21                return $GLOBALS['setup_info']['calendar']['currentver'];
22        }       
23?>
Note: See TracBrowser for help on using the repository browser.