Marc wrote:
please explain to me the syntax:
<option selected="selected"> and checked="checked" Those are (IMHO) bugs that I had fixed in tbl_change.php3, and that you reintroduced in the cvs.
Ignacio is right: this is the only xhtml.0 valid syntax.
Also, please check tbl_replace.php3 lines 74 and 171, I think you need a double equal: if ($$f == 'null')
Shame on me....
Even when all this is corrected, a bug that I remember I had fixed resurfaces: the contents of the enum is "Array". I don't have time right now to check cvs history.
OK, there are some problems with enum fields. I'll have a look at them tomorrow.
Thanks, 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
Loïc a écrit :
Marc wrote:
please explain to me the syntax:
<option selected="selected"> and checked="checked" Those are (IMHO) bugs that I had fixed in tbl_change.php3, and that you reintroduced in the cvs.
Ignacio is right: this is the only xhtml.0 valid syntax.
Oops, sorry: I thought that this would break pre-xhtml browsers, but it looks ok in NN4.
Also, please check tbl_replace.php3 lines 74 and 171, I think you need a double equal: if ($$f == 'null')
Shame on me....
That happens ...
Even when all this is corrected, a bug that I remember I had fixed resurfaces: the contents of the enum is "Array". I don't have time right now to check cvs history.
OK, there are some problems with enum fields. I'll have a look at them tomorrow.
You fixed it! enums are saved ok now.