23.12.2015, 10:59
(
Последний раз редактировалось Edw; 23.12.2015 в 12:44.
)
Deleted.
cache_get_field_content(i, "hOwner", result); format(HouseInfo[x][hOwner], 32, result);
cache_get_row(i, field_index, HouseInfo[x][hOwner], mysql, maxlength);
change:
Код:
cache_get_field_content(i, "hOwner", result); format(HouseInfo[x][hOwner], 32, result); PHP код:
and change maxlength with your hOwner max length |