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