Page 1 of 1

zm_html_view_watch.php and ZM_WEB_DEFAULT_SCALE

Posted: Tue Apr 27, 2004 10:26 pm
by davide
I don't know if its a bug or not...

Why in zm_html_view_watch.php line 31 is

Code: Select all

if (!isset($scale)) 
$scale=SCALE_SCALE
and not

Code: Select all

if (!isset($scale)) 
$scale=ZM_WEB_DEFAULT_SCALE
like in zm_html_view_event.php?

ZM_WEB_X_DEFAULT_SCALE shouldn't apply both to event and to live views?

davide,

Posted: Wed Apr 28, 2004 8:46 am
by zoneminder
Hi Davide,

Yes I think you are right about this. I'll make sure and do a fix.

Phil,