From ce971f7602127a09db1224dcba634879bcc517f3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 19 Jun 2005 09:55:08 +0000 Subject: [PATCH] killed warning if no files in vfs2 --- phpgwapi/setup/tables_update.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index af96832184..806388028d 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -381,6 +381,7 @@ $GLOBALS['phpgw_setup']->oProc->m_odb->query($sql,__LINE__,__FILE__); + $files_to_change = array(); while ($GLOBALS['phpgw_setup']->oProc->m_odb->next_record()) { $files_to_change[] = $GLOBALS['phpgw_setup']->oProc->m_odb->Record;