29.10.2010, 13:16
I want to check if it's locked, but it won't go.
mysql_get_field( "Locked", vInfo[ vInfo[ vehicleid ][ Id ] ][ Locked ] );
I tryed
if(vInfo[ vInfo[ vehicleid ][ Id ] ][ Locked ] == 1 )
But it won't work. In the log i can see that it get's the right result. Should i use strval ? How should i do?
mysql_get_field( "Locked", vInfo[ vInfo[ vehicleid ][ Id ] ][ Locked ] );
I tryed
if(vInfo[ vInfo[ vehicleid ][ Id ] ][ Locked ] == 1 )
But it won't work. In the log i can see that it get's the right result. Should i use strval ? How should i do?