Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
Fix #71
  • Loading branch information
cobub committed Jul 31, 2013
1 parent ac16d44 commit ae8da92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/application/models/event/userevent.php 100644 → 100755
Expand Up @@ -51,6 +51,8 @@ function getEventListInfo($productId, $version) {
}
}
$eventobj = array('event_sk' => $eventsk, 'eventidentifier' => $identifierarray[$i]['eventidentifier'], 'eventname' => $identifierarray[$i]['eventname'], 'count' => $count);
$count = 0;
$eventsk = 0;
array_push($eventresult, $eventobj);
}
}
Expand Down

0 comments on commit ae8da92

Please sign in to comment.