Explorar el Código

fixed COPY record in TableAjax

Piotr Labudda hace 5 años
padre
commit
9621af12b2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}`
 		");