edit row that contains negative float results in no rows bug
Database management in a single PHP file
Brought to you by:
jakubvrana
If a table contains one or more columns with datatype float, when trying to edit a row with a negative value will result in No rows bug.
If it is a positive value or datatype double (both positive and negative), it displays correctly.
Fixed by 364e032b.