killed warning if no files in vfs2

This commit is contained in:
Ralf Becker 2005-06-19 09:55:08 +00:00
parent 76ff6260c2
commit ce971f7602

View File

@ -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;