Index: trunk/kernel/include/itemdb.php =================================================================== diff -u -N -r7867 -r8104 --- trunk/kernel/include/itemdb.php (.../itemdb.php) (revision 7867) +++ trunk/kernel/include/itemdb.php (.../itemdb.php) (revision 8104) @@ -656,8 +656,9 @@ { static $tables_found = Array (); - if ($table == null) $table = $this->tablename; + if($table == null) $table = $this->tablename; + if (!isset($tables_found[$table])) { // checks if table specified in item exists in db $db =& GetADODBConnection();