a.binder 8 lat temu
rodzic
commit
6e81f18c21
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      SE/se-lib/Route/WfsBiAudit.php

+ 1 - 0
SE/se-lib/Route/WfsBiAudit.php

@@ -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}";