forked from extern/egroupware
* Setup/Filemanager: fix excess looping stalling update from before 16.1
Filemanager never had tables before update to 17.1 and therefore update wont work, unless comming exactly from 16.1
This commit is contained in:
parent
58e28b1386
commit
9cc5ccbd72
@ -7,6 +7,26 @@
|
|||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Some dummy updates to ease update from before 16.1
|
||||||
|
*/
|
||||||
|
function filemanager_upgrade1_6()
|
||||||
|
{
|
||||||
|
return $GLOBALS['setup_info']['filemanager']['currentver'] = '16.1';
|
||||||
|
}
|
||||||
|
function filemanager_upgrade1_8()
|
||||||
|
{
|
||||||
|
return $GLOBALS['setup_info']['filemanager']['currentver'] = '16.1';
|
||||||
|
}
|
||||||
|
function filemanager_upgrade1_9_001()
|
||||||
|
{
|
||||||
|
return $GLOBALS['setup_info']['filemanager']['currentver'] = '16.1';
|
||||||
|
}
|
||||||
|
function filemanager_upgrade14_1()
|
||||||
|
{
|
||||||
|
return $GLOBALS['setup_info']['filemanager']['currentver'] = '16.1';
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creating colaboration tables
|
* Creating colaboration tables
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user