Code
$pntable[{modname}_db_extra_enable_categorization]
And there is some inaccuracy. In DBUtil class or in some ValueAddons modules which are using new category system (Pages, News, FAQ).
What inaccuracy?
In Pages module in pntable.php we can find:
Code
// Enable categorization services
$pntable['pages_db_extra_enable_categorization'] = pnModGetVar('Pages', 'enablecategorization');
$pntable['pages_db_extra_enable_categorization'] = pnModGetVar('Pages', 'enablecategorization');
So categorization should be enabled only when suitable module variable is set to "true".
But DBUtil class does not check if "pages_db_extra_enable_categorization" entry is set to true or false. If this entry is set (end even if its value is false) categorization is enabled.
Code looks like this:
Code
So I think there is error somewhere - in DBUtil class or in value addons modules.
--
Polish Zikula Team
Bianor Works - my Zikula works on CoZi
