
6 Aug
2001
6 Aug
'01
1:58 p.m.
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, -- Steve