Hi there,
When I try to create a sql table entry and I skip the first "create column"-field, the sql-string contains an extra comma
after ".....ipaddress` TEXT NOT NULL ,,.....".
Line 416: $i++ is causing the problem, because this counter is increased, while line 409 is not true.
Easy to fix, but I prefer to receive your solution for ths problem.
Best regards,
Bert Roode
The Netherlands
When I try to create a sql table entry and I skip the first "create column"-field, the sql-string contains an extra comma
after ".....ipaddress` TEXT NOT NULL ,,.....".
Line 416: $i++ is causing the problem, because this counter is increased, while line 409 is not true.
Easy to fix, but I prefer to receive your solution for ths problem.
Best regards,
Bert Roode
The Netherlands
Thanks Bert, is this with version 2.3.1 or older one ?
it's in 2.3.1 RC1. I noticed that in the 16 september version of 2.3.1 the problem is line 425 instead off 416.
This has been fixed in 2.3.2
Thanks!!
Max
Thanks!!
Max
This topic is locked and no more replies can be posted.