Ver Fonte

fixed COPY record in TableAjax

Piotr Labudda há 5 anos atrás
pai
commit
9621af12b2
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      SE/se-lib/Data_Source.php

+ 1 - 0
SE/se-lib/Data_Source.php

@@ -90,6 +90,7 @@ class Data_Source {
 	}
 
 	public function getUniqueKeys() {
+		$tblName = $this->_tbl;
 		$allKeys = DB::getPDO($this->_idDatabase)->fetchAll("
 			SHOW KEYS FROM  `{$tblName}`
 		");