Actions
Bug #4944
closedDelete entry in ProfileBook broken in ProfileBook 2.0
Description
Trying to delete an entry gives:
1054 Unknown column 'Array' in 'where clause' SQL=DELETE FROM `***_comprofiler_plug_profilebook` WHERE Array =
due to wrong index setting in CB ProfileBook.
Updated by beat almost 10 years ago
Fix is easy:
In file cb.profilebook.php, line 154 should be:
protected $_tbl_key = array( 'id' => 'int' );
Updated by beat almost 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed in Commit 3c31f91dc6c3f6236a4ed6c707cfd768c9d78d80
Actions