23.03.2012, 00:54
Hello, if i have in CarInfo enum:
And then i want to load it from mysql data:
Then i get this warn
Warning 213: tag mismatch
What can be the fix
Код:
bool:EngineStatus,
Код:
mysql_fetch_field_row(Data, "EngineStatus"); CarInfo[i][EngineStatus] = strval(Data);
Warning 213: tag mismatch
What can be the fix