killed a debug-message

This commit is contained in:
Ralf Becker 2005-02-27 21:32:43 +00:00
parent 6874870274
commit 9627814ab2

View File

@ -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);