mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
Show table count
This commit is contained in:
parent
63a222f3ca
commit
84401ad8b3
@ -224,10 +224,11 @@
|
|||||||
|
|
||||||
if ($key == 'tables')
|
if ($key == 'tables')
|
||||||
{
|
{
|
||||||
|
$tblcnt = count($setup_info[$detail][$key]);
|
||||||
if(is_array($val))
|
if(is_array($val))
|
||||||
{
|
{
|
||||||
$key = '<a href="sqltoarray.php?appname=' . $detail . '&submit=True">' . $key . '</a>' . "\n";
|
$key = '<a href="sqltoarray.php?appname=' . $detail . '&submit=True">' . $key . '(' . $tblcnt . ')</a>' . "\n";
|
||||||
$val = implode(',',$val);
|
$val = implode(',' . "\n",$val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($key == 'hooks') { $val = implode(',',$val); }
|
if ($key == 'hooks') { $val = implode(',',$val); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user