mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
*** empty log message ***
This commit is contained in:
parent
f8afc79b4b
commit
95ce24b391
@ -380,6 +380,7 @@
|
|||||||
$copy = $setup_info;
|
$copy = $setup_info;
|
||||||
$GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';
|
$GLOBALS['phpgw_setup']->db->Halt_On_Error = 'no';
|
||||||
$tablenames = $GLOBALS['phpgw_setup']->db->table_names();
|
$tablenames = $GLOBALS['phpgw_setup']->db->table_names();
|
||||||
|
$tables = Array();
|
||||||
while(list($key,$val) = @each($tablenames))
|
while(list($key,$val) = @each($tablenames))
|
||||||
{
|
{
|
||||||
$tables[] = $val['table_name'];
|
$tables[] = $val['table_name'];
|
||||||
|
Loading…
Reference in New Issue
Block a user