Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Added event number to event table #30.
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 16, 2012
1 parent ac651b3 commit 43d9fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajax.php
Expand Up @@ -1202,7 +1202,7 @@ function dateToStr($dateStr) {
}
$data['id'] = 5;
$data['title'] = 'Events';
$sql = "SELECT e.id, e.grower_id, e.captain_id,
$sql = "SELECT e.id as 'Number', e.grower_id, e.captain_id,
date(e.date) as Date,
Concat(g.first_name,' ',g.middle_name,' ',g.last_name) as Grower,
g.city as City,
Expand Down

0 comments on commit 43d9fb1

Please sign in to comment.