diff --git a/phpgwapi/inc/class.setup_process.inc.php b/phpgwapi/inc/class.setup_process.inc.php index 6cc4d23a40..28ddfb6dfb 100644 --- a/phpgwapi/inc/class.setup_process.inc.php +++ b/phpgwapi/inc/class.setup_process.inc.php @@ -589,6 +589,7 @@ // Only AlterColumn/RenameColumn seem to be failing silently. // This is because we are not keeping up with table changes, so a table in baseline // either does not exist anymore, or the baseline is being lost. + // 10-18-2003 milosch - The baseline file is definitely needed for any app with and update file. */ if($setup_info[$key]['tables'] && file_exists($appdir.'tables_baseline.inc.php')) {