Error on file zm_funct.php

Support and queries relating to all previous versions of ZoneMinder
Locked
maikdema
Posts: 6
Joined: Sun May 17, 2009 5:33 pm

Error on file zm_funct.php

Post by maikdema »

In version 1.23.3 (ubuntu) I've changed file zm_funct.php in order to make close brackets in filters to work properly:

I've changed line 1343:

Code: Select all

  ...type=\"hidden\" \"name=filter[terms][$i][cbr]..." 
to:

Code: Select all

  ...type=\"hidden\" name=\"filter[terms][$i][cbr]..."
Look the double quote before the

Code: Select all

name=
Double quotes should go after

Code: Select all

name=
Don't know if is a bug only in tis version or if it's global, and don't know if it's solved in nexts releases.

See you.
User avatar
Normando
Posts: 219
Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina

Post by Normando »

Yes, but I have the bug on the line 1349 (1.23.3)
Locked