Comment out file contents pending deletion

This commit is contained in:
Miles Lott 2001-09-28 19:50:26 +00:00
parent 5106a05fd1
commit e0522a01f8
3 changed files with 7 additions and 5 deletions

View File

@ -15,7 +15,7 @@
/* $Id$ */
// table array for phpwebhosting
/* table array for phpwebhosting - MOVED TO API
$phpgw_baseline = array(
'phpgw_vfs' => array(
'fd' => array(
@ -37,6 +37,7 @@
'fk' => array(),
'ix' => array(),
'uc' => array()
),
)
);
*/
?>

View File

@ -15,7 +15,7 @@
/* $Id$ */
// table array for phpwebhosting
/* table array for phpwebhosting - MOVED TO API
$phpgw_baseline = array(
'phpgw_vfs' => array(
'fd' => array(
@ -42,5 +42,5 @@
'uc' => array()
)
);
*/
?>

View File

@ -11,6 +11,7 @@
/* $Id$ */
/* MOVED TO API
$test[] = '0.9.13.001';
function phpwebhosting_upgrade0_9_13_001()
{
@ -55,5 +56,5 @@
return $setup_info['phpwebhosting']['currentver'];
}
*/
?>