forked from extern/egroupware
killed a debug-message
This commit is contained in:
parent
6874870274
commit
9627814ab2
@ -1009,7 +1009,7 @@
|
|||||||
($old_type == 'grid') == ($widget['type'] == 'grid'))
|
($old_type == 'grid') == ($widget['type'] == 'grid'))
|
||||||
{
|
{
|
||||||
if ($this->etemplate->widgets_with_children[$widget['type']] == 'box') // box
|
if ($this->etemplate->widgets_with_children[$widget['type']] == 'box') // box
|
||||||
{echo "fix2box";
|
{
|
||||||
if ((int) $widget['size'] < 1) // min. 1 child
|
if ((int) $widget['size'] < 1) // min. 1 child
|
||||||
{
|
{
|
||||||
list(,$options) = explode(',',$widget['size'],2);
|
list(,$options) = explode(',',$widget['size'],2);
|
||||||
|
Loading…
Reference in New Issue
Block a user