just checked out the most recent version of DRUPAL-4-7 event module. the modules admin page threw a parse error.

a look at the code showed a duplicate of the 1-2 lines.

<?php
// $Id: event_views.module,v 1.8.2.8 2006/11/14 20:11:45 karens Exp $
<?php
// $Id: event_views.module,v 1.8.2.8 2006/11/14 20:11:45 karens Exp $

should be trivial to fix.

Comments

karens’s picture

Status: Active » Fixed

Ugh! Fixed in latest commit.

Anonymous’s picture

Status: Fixed » Closed (fixed)