another short php opentags problem

This commit is contained in:
Lars Kneschke 2007-01-26 20:53:35 +00:00
parent 3d259ec31a
commit 898151a77b

View File

@ -15,7 +15,7 @@ $GLOBALS['egw_info']['flags']['wz_dragdrop_runonce_SET_DHTML'] = true;
{ {
if (dd.obj == rt) if (dd.obj == rt)
{ {
mainbox.resizeTo(rt.x-rtxstart+<?=$this->sideboxwidth?>, mainbox.h); mainbox.resizeTo(rt.x-rtxstart+<?php print $this->sideboxwidth?>, mainbox.h);
} }
} }