[Phpmyadmin-devel] Re: MD5 for set fields in tbl_change?

Steve Alberty alberty at neptunlabs.de
Mon Aug 6 13:58:56 CEST 2001


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




More information about the Developers mailing list