Re: v2.10.10 - Attributes order of listing not working

Thank you for posting that file, it saved me a lot of time!
forums for phplist, open-source mailing list manager
https://forums.phplist.com/
tipichris wrote:Try the mantis bug report again:
- Code: Select all
Sql_Query(sprintf('insert into %s (id,name,data) values(%d,"attribute%03d","%s")',
$tables["subscribepage_data"],$id,$att,
@@ -73,11 +73,11 @@