Some error and I don't understand how to fix
#3

Cache operations with string use a parameter to determine where to store the result at. They don't return any specific value.

Int and float operations with the cache do return a parameter and you can and should do
Код:
Expire = cache_get_field_content_int(0,"Expire");
While this would be incorrect (the last post)
Код:
cache_get_field_content_int(0,"Expire", Expire);
Reply


Messages In This Thread
Some error and I don't understand how to fix - by dovyansas - 16.02.2014, 22:52
Re: Some error and I don't understand how to fix - by JJB562 - 16.02.2014, 23:10
Re: Some error and I don't understand how to fix - by CuervO - 17.02.2014, 00:54
Re: Some error and I don't understand how to fix - by dovyansas - 17.02.2014, 08:53

Forum Jump:


Users browsing this thread: 1 Guest(s)