Index: trunk/kernel/include/parseditem.php =================================================================== diff -u -r525 -r534 --- trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 525) +++ trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 534) @@ -673,7 +673,7 @@ function clsItemCollection() { - $this->adodbConnection = GetADODBConnection(); + $this->adodbConnection = &GetADODBConnection(); $this->Clear(); $this->BasePermission=""; @@ -2863,7 +2863,7 @@ { // use $this->SetTable('live', 'table name'); // in inherited constructors to set table for list - $this->db =& GetADODBConnection(); + $this->db =&GetADODBConnection(); } function SetTable($action, $table_name = null)