Skip to content

Commit

Permalink
Fix issue #9
Browse files Browse the repository at this point in the history
  • Loading branch information
momo10216 committed Jan 6, 2016
1 parent ff5a866 commit c4b65a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/models/persons.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function getListQuery()

// Select some fields from the hello table
$query
->select($db->quoteName(array('p.id', 'p.name', 'p.firstname', 'p.address', 'p.zip', 'p.city', 'p.state', 'p.country')))
->select($db->quoteName(array('p.id', 'p.name', 'p.firstname', 'p.address', 'p.zip', 'p.city', 'p.state', 'p.country', 'p.birthday')))
->from($db->quoteName('#__nokCM_persons','p'));

// special filtering (houshold, excludeid).
Expand Down

0 comments on commit c4b65a3

Please sign in to comment.