zm_html_view_watch.php and ZM_WEB_DEFAULT_SCALE

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
davide
Posts: 78
Joined: Mon Mar 22, 2004 1:04 am
Location: Italy

zm_html_view_watch.php and ZM_WEB_DEFAULT_SCALE

Post 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,
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Hi Davide,

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

Phil,
Locked