mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
killed warning if no files in vfs2
This commit is contained in:
parent
76ff6260c2
commit
ce971f7602
@ -381,6 +381,7 @@
|
|||||||
|
|
||||||
$GLOBALS['phpgw_setup']->oProc->m_odb->query($sql,__LINE__,__FILE__);
|
$GLOBALS['phpgw_setup']->oProc->m_odb->query($sql,__LINE__,__FILE__);
|
||||||
|
|
||||||
|
$files_to_change = array();
|
||||||
while ($GLOBALS['phpgw_setup']->oProc->m_odb->next_record())
|
while ($GLOBALS['phpgw_setup']->oProc->m_odb->next_record())
|
||||||
{
|
{
|
||||||
$files_to_change[] = $GLOBALS['phpgw_setup']->oProc->m_odb->Record;
|
$files_to_change[] = $GLOBALS['phpgw_setup']->oProc->m_odb->Record;
|
||||||
|
Loading…
Reference in New Issue
Block a user