
these patches are made by
	John Girvin 
	Bert Jahn wepl@whdload.de

reason: importing a large number of bugs collected in text files 
	via a perl script into mantisbt, around 2000 projects

changes (with files modified):

- new soap-api function mc_account_add to add user accounts
	api/soap/mantisconnect.php
	api/soap/mc_account_api.php

- new soap-api function mc_project_add_user to add a user to a
  project with access level
	api/soap/mantisconnect.php
	api/soap/mc_project_api.php

- new soap-api function mc_projects_get_names_user_accessible to
  get a list of projects, but in difference to mc_projects_get_user_accessible 
  it returns only the name and id for the projects,
  this was necessary because the original function caused 'out of
  memory' errors with the required amount of >2000 projects
	api/soap/mantisconnect.php
	api/soap/mc_api.php
	api/soap/mc_project_api.php

- possebility added to set the date_submitted via the function
  mc_issue_add, previously this was always set to db_now()
	api/soap/mc_issue_api.php
	core/bug_api.php

- error handling fixed in mc_issue_add, now it returns an error if
  adding custom fields have failed, previously this was unhandled
	api/soap/mc_issue_api.php

- function mc_project_add now supports to add a project as a sub
  project
	api/soap/mc_project_api.php


