01.06.2018, 05:43
Also,
This:
and
Are same.
This:
PHP код:
if(!cache_get_row_count(row_count))
{
return 1;
}
PHP код:
if(row_count == 0) //No account, register
{
}

