diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 981ede43a3..58c4e9516d 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -11,10 +11,10 @@ /* $Id$ */ /* Include older phpGroupWare update support */ - include($appdir . 'tables_update_0_9_9.inc.php'); - include($appdir . 'tables_update_0_9_10.inc.php'); - include($appdir . 'tables_update_0_9_12.inc.php'); - include($appdir . 'tables_update_0_9_14.inc.php'); + include('tables_update_0_9_9.inc.php'); + include('tables_update_0_9_10.inc.php'); + include('tables_update_0_9_12.inc.php'); + include('tables_update_0_9_14.inc.php'); /* This is since the last release */ $test[] = '0.9.13.018';