I'm developing a module to intergrate project.module with a Subversion repository (project_svn.module). When I enable project_svn.module I get a strange bug: clicking edit on any type of node displays the edit fields for the project_project node! For example, clicking on edit for a story I get the following error messsage:
* A short project name is required.
* You must specify a project e-mail.
When I disable the project_svn.module everything goes back to normal.
Examining project_svn.module I can't see what might be causing this. I've renamed the non-hook functions to not use the project_svn prefix but this makes no difference.
If anyone could offer some insight into what might be causing this I would be most grateful:
<?php
/*
$Id: project_svn.module,v 1.3 2005/10/07 15:31:34 axon Exp $
Copyright (C) 2005 Ricardo Gladwell
This file is part of Drupal Subversion Project Module.
Drupal Subversion Project Module is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
Drupal Subversion Project Module is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of