Hi Steve!
we have a problem in tbl_change in line 251-252.
OK, try to replace the line 250 by: <input type="hidden" name="fields[<?php echo urlencode($field); ?>]" value="$set$" />
(Just remove the echoing of $set in the value statement)
Does it run with this fix? Loïc
______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
Hi Loic,
-----Original Message----- Hi Steve!
we have a problem in tbl_change in line 251-252.
OK, try to replace the line 250 by: <input type="hidden" name="fields[<?php echo urlencode($field); ?>]" value="$set$" />
(Just remove the echoing of $set in the value statement)
Does it run with this fix?
it helps a little bit. you can now set the fields, but you can't save a row, if all field entries deselected.
the sql query is: "`Properties` = ," instead of `Properties` = '',"
PS. i commit you changed line.
Regards,