Index: branches/unlabeled/unlabeled-1.68.4/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r7037 -r7068 --- branches/unlabeled/unlabeled-1.68.4/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 7037) +++ branches/unlabeled/unlabeled-1.68.4/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 7068) @@ -756,7 +756,7 @@ { $object =& $this->getObject($params); /* @var $object kDBList */ - + $field = $params['field']; $saved_value = $object->Queried ? $object->GetDBField($field) : null; @@ -1720,9 +1720,9 @@ $oFCKeditor->Config = Array( //'UserFilesPath' => $pathtoroot.'kernel/user_files', 'ProjectPath' => BASE_PATH.'/', - 'CustomConfigurationsPath' => $this->Application->BaseURL().'core/cmseditor/inp_fckconfig.js', + 'CustomConfigurationsPath' => $this->Application->BaseURL().'core/admin_templates/js/inp_fckconfig.js', // 'EditorAreaCSS' => $this->Application->BaseURL().'/themes/inportal_site/inc/inportal.css', //GetThemeCSS(), - //'StylesXmlPath' => '../../inp_styles.xml', + 'StylesXmlPath' => $this->Application->BaseURL().'core/admin_templates/js/inp_styles.xml', // 'Debug' => 1, 'Admin' => 1, 'K4' => 1,