Home
Search
Sign in
Username:
Password:
Sign in
Register
Lost your password?
Cotonti / Open Source PHP Content Management Framework
Content Management Framework
Home
News & backgrounds
News
Benefits
Credits
Downloads
Update & extend
Core files
Extensions
Themes
Locales
Add-ons
Documentation
In-depth information
Contents
Older Docs
Installation
Administration
Development
Community
Get involved
Forums
Site activity
Showcase
Codebase
Bleeding edge
Roadmap
Timeline
Tickets
Browse source
Contributers
TPL Tags
Forums
/
National
/
Russian
/
Тех. поддержка
/
Баги и ошибки движка (Genoa 0.6)
Tags:
Bugs
Баги
Yusupov
#22378
2010-01-27 16:05
Contributors
Thanked: 28 times
В профиле пользователей: Для дополнительных полей не работает checkbox.
Пришлось заменить в файле users.profile.inc.php 385 строку:
if ($import == "0") $import = 1;
на
if ($import == "on") $import = 1;