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