zm_html_view_watch.php and ZM_WEB_DEFAULT_SCALE
Posted: Tue Apr 27, 2004 10:26 pm
I don't know if its a bug or not...
Why in zm_html_view_watch.php line 31 is
and not
like in zm_html_view_event.php?
ZM_WEB_X_DEFAULT_SCALE shouldn't apply both to event and to live views?
davide,
Why in zm_html_view_watch.php line 31 is
Code: Select all
if (!isset($scale))
$scale=SCALE_SCALE
Code: Select all
if (!isset($scale))
$scale=ZM_WEB_DEFAULT_SCALE
ZM_WEB_X_DEFAULT_SCALE shouldn't apply both to event and to live views?
davide,