forked from extern/egroupware
Mkae function names unique
This commit is contained in:
parent
460681253d
commit
604c3b5292
@ -12,7 +12,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$test[] = "0.9.3pre1";
|
$test[] = "0.9.3pre1";
|
||||||
function upgrade0_9_3pre1()
|
function calendar_upgrade0_9_3pre1()
|
||||||
{
|
{
|
||||||
global $phpgw_info;
|
global $phpgw_info;
|
||||||
v0_9_2to0_9_3update_owner("webcal_entry","cal_create_by");
|
v0_9_2to0_9_3update_owner("webcal_entry","cal_create_by");
|
||||||
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$test[] = "0.9.4pre2";
|
$test[] = "0.9.4pre2";
|
||||||
function upgrade0_9_4pre2()
|
function calendar_upgrade0_9_4pre2()
|
||||||
{
|
{
|
||||||
global $phpgw_info, $oProc;
|
global $phpgw_info, $oProc;
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$test[] = "0.9.7pre1";
|
$test[] = "0.9.7pre1";
|
||||||
function upgrade0_9_7pre1()
|
function calendar_upgrade0_9_7pre1()
|
||||||
{
|
{
|
||||||
global $phpgw_info, $oProc;
|
global $phpgw_info, $oProc;
|
||||||
$db2 = $oProc->m_odb;
|
$db2 = $oProc->m_odb;
|
||||||
@ -159,7 +159,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$test[] = "0.9.7pre2";
|
$test[] = "0.9.7pre2";
|
||||||
function upgrade0_9_7pre2()
|
function calendar_upgrade0_9_7pre2()
|
||||||
{
|
{
|
||||||
global $oldversion, $phpgw_info, $phpgw_setup, $oProc, $oDelta;
|
global $oldversion, $phpgw_info, $phpgw_setup, $oProc, $oDelta;
|
||||||
$db2 = $oProc->m_odb;
|
$db2 = $oProc->m_odb;
|
||||||
|
Loading…
Reference in New Issue
Block a user