~ubuntu-branches/ubuntu/utopic/fusionforge/utopic

« back to all changes in this revision

Viewing changes to www/soap/tracker/tracker.php

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2010-03-26 11:20:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100326112027-x16yjqjz9fgzwqtg
Tags: 5.0-1
New upstream release, woo-hoo!

Show diffs side-by-side

added added

removed removed

Lines of Context:
719
719
                return new soap_fault ('','getArtifacts',$af->getErrorMessage(),$af->getErrorMessage());
720
720
        }
721
721
 
722
 
//MAY HAVE TO CHANGE PARAMS TO FORCE RETRIEVAL OF RIGHT RECORDS - FOR INSTANCE $set='Custom'
723
 
//NEEDS TO BE TESTED
724
 
//      $af->setup(0,'','',0,false,$assigned_to,$status);
725
 
 
726
722
        // this is a bit hacky...
727
723
        if ($assigned_to || $status) {
728
724
                $set = "custom";