18.06.2013, 00:01
cache_get_field_content(1, "balance", temp);
This should be 0 - remember you count starting from 0 up.
You're trying to fetch from a row that was likely never returned, assuming it returned only 1 row.
This should be 0 - remember you count starting from 0 up.
You're trying to fetch from a row that was likely never returned, assuming it returned only 1 row.