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
Comment #1
karens commentedUgh! Fixed in latest commit.
Comment #2
(not verified) commented