|
@@ -176,8 +176,8 @@ public function objectStructView($item) {
|
|
|
$query = "select `ID` from `BI_audit_ALL` where `REMOTE_TABLE` = " . DB::getPDO()->quote($table) . " and `REMOTE_ID` = {$primaryKey}";
|
|
$query = "select `ID` from `BI_audit_ALL` where `REMOTE_TABLE` = " . DB::getPDO()->quote($table) . " and `REMOTE_ID` = {$primaryKey}";
|
|
|
if (!($ID = DB::getPDO()->fetchValue($query))) {
|
|
if (!($ID = DB::getPDO()->fetchValue($query))) {
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- $this->BaseStruct=$this->objectStructureAction('default_db/'.DB::getPDO()->quote($table).'/'.DB::getPDO()->quote($table));
|
|
|
|
|
|
|
+
|
|
|
|
|
+ $this->BaseStruct=$this->objectStructureAction('default_db/'.replace(DB::getPDO()->quote($table),"'",'').'/'.replace(DB::getPDO()->quote($table),"'",'') );
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "BaseStruct 2
|
|
echo "BaseStruct 2
|