03.06.2014, 18:15
I know ****** is going to kill me because of this but:
If you're REALLY that desperate, you may always replace;
if(sscanf(params, "u", id))
with
if(sscanf(params, "d", id))
It won't work for names anymore but atleast It will work for IDs, this will provide you the time to look at your script and find the bug causing it.
If you're REALLY that desperate, you may always replace;
if(sscanf(params, "u", id))
with
if(sscanf(params, "d", id))
It won't work for names anymore but atleast It will work for IDs, this will provide you the time to look at your script and find the bug causing it.