User login

launch of Bug Report Page has warning

Required Information
Contact Name: 
bruce
Email Address: 
bruce@passcal.nmt.edu
Having a problem with: 
PASSOFT
Problem specifically with (optional): 
Create Bug Report
Request Type: 
Bug Report
Description: 
warning: Missing argument 1 for drupal_xml_parser_create(), called in /opt/prototype/sites/all/modules/svn_passoft/svn_passoft.module on line 115 and defined in /opt/prototype/includes/unicode.inc on line 126.
Status: 
Fixed
Progress: 

The bug is caused by not calling drupal_xml_parser_create with the "data" argument. Either way, I didn't need to use drupal_xml_parser_create because we are using php 5 and won't be switching to php 4, so I changed the call to xml_parser_create, which doesn't take an arg.

The problem has been fixed and I am closing the ticket.

Assigned To: