Messaging module installation fails
grn - May 15, 2008 - 10:07
| Project: | Messaging |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Parse error: syntax error, unexpected ')' in /customers/grn.dk/grn.dk/httpd.www/drupal-6.2/modules/messaging/messaging_system/messaging_system.module on line 17
messaging_system.module contents
<?php
// $Id: messaging_system.module,v 1.1.2.1 2008/04/13 18:03:14 jareyero Exp $
/**
* @file
* Messaging framework, system plug-in
*
* Redirects Drupal (e-mail) messages through messaging system
*/
/**
* Implementation of hook_form_alter()
*
* Get some forms sent through this module
*/
function messaging_system_form_alter(&$form, $form_state, $form_id) {
// User contact form
if ($form_id == )
}Drupal 6.2 : messaging-6.x-1.x-dev.tar.gz
Google was not my friend :-(
Any hints?
Thanks ;-)

#1
That messaging_system module is far from complete, so it was my mistake committing it. Removed.
#2
Automatically closed -- issue fixed for two weeks with no activity.