Index: branches/1.2.x/units/sections/custom_eh.php =================================================================== diff -u -N -r14086 -r14096 --- branches/1.2.x/units/sections/custom_eh.php (.../custom_eh.php) (revision 14086) +++ branches/1.2.x/units/sections/custom_eh.php (.../custom_eh.php) (revision 14096) @@ -9,20 +9,6 @@ class CustomEventHandler extends kEventHandler { /** - * Connection to database - * - * @var kDBConnection - * @access public - */ - var $Conn; - - function CustomEventHandler() - { - parent::kBase(); - $this->Conn =& $this->Application->GetADODBConnection(); - } - - /** * [HOOK] Override cloned sub-items (ie. register extended classes for clones from Reviews, Images) * * @param kEvent $event Index: branches/1.2.x/units/sections/sections_config.php =================================================================== diff -u -N -r14086 -r14096 --- branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 14086) +++ branches/1.2.x/units/sections/sections_config.php (.../sections_config.php) (revision 14096) @@ -90,7 +90,7 @@ 'PermSection' => Array ('main' => 'custom', 'email' => 'custom:configuration_email'), # New sections in left navigation - /*'Sections' => Array ( + 'Sections' => Array ( 'custom' => Array ( 'parent' => 'in-portal:root', 'icon' => 'conf_custom', @@ -99,9 +99,10 @@ 'permissions' => Array ('view'), 'priority' => 2.4, 'container' => true, + 'show_mode' => smDEBUG, 'type' => stTREE, ), - ),*/ + ), ); \ No newline at end of file Index: branches/1.2.x/install/upgrades.php =================================================================== diff -u -N -r14086 -r14096 --- branches/1.2.x/install/upgrades.php (.../upgrades.php) (revision 14086) +++ branches/1.2.x/install/upgrades.php (.../upgrades.php) (revision 14096) @@ -1,6 +1,6 @@ dependencies = Array ( '1.0.0' => Array ('Core' => '5.0.0'),