mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
killed a debug-message
This commit is contained in:
parent
6874870274
commit
9627814ab2
@ -1009,7 +1009,7 @@
|
||||
($old_type == 'grid') == ($widget['type'] == 'grid'))
|
||||
{
|
||||
if ($this->etemplate->widgets_with_children[$widget['type']] == 'box') // box
|
||||
{echo "fix2box";
|
||||
{
|
||||
if ((int) $widget['size'] < 1) // min. 1 child
|
||||
{
|
||||
list(,$options) = explode(',',$widget['size'],2);
|
||||
|
Loading…
Reference in New Issue
Block a user