omusico / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Source Array - small fix #815

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Bento,

On Grid/Source/Array.php, line 647:

if (!$pk = $this->getIdentifierColumns()) {

should be:

if (!$pk = $this->getIdentifierColumns($table)) {

Correct?

Best Regards
IM

Original issue reported on code.google.com by ivomonte...@gmail.com on 28 Jan 2012 at 4:29

GoogleCodeExporter commented 9 years ago

Original comment by ivomonte...@gmail.com on 22 Feb 2012 at 3:56