@@ -186,6 +186,7 @@ public function objectStructView($item) {
print_r($this->BaseStruct);
echo "BaseStruct3";
print_r($BaseStruct);
+ echo "table ".$table;
die();
$query = "select `ID` from ".DB::getPDO()->quote($table)." where ".$this->BaseStruct['primaryKey']." = {$primaryKey}";