16.07.2013, 09:09
Thanks For R29 ! Good Revision !
I have discovered a bug , and my server doesn't working with R29.
In my Database I have 'id' and I load 'id' column as :
cache_get_field_content_int( 0, "Id" );
not
cache_get_field_content_int( 0, "id" );
And it causes crash .
Now I am asking why with R27 =< versions can load cache_get_field_content_int( 0, "Id" ); not
cache_get_field_content_int( 0, "id" ); . Can you explain this ?
But i solved that problem .
I have discovered a bug , and my server doesn't working with R29.
In my Database I have 'id' and I load 'id' column as :
cache_get_field_content_int( 0, "Id" );
not
cache_get_field_content_int( 0, "id" );
And it causes crash .
Now I am asking why with R27 =< versions can load cache_get_field_content_int( 0, "Id" ); not
cache_get_field_content_int( 0, "id" ); . Can you explain this ?
But i solved that problem .