/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/experiment.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-06-24 22:40:51 UTC
  • Revision ID: csa@dside.dyndns.org-20080624224051-cskdaw8zruv0z4zx
Logger subsystem

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    $list = $reader->GetExperimentList();
13
13
    unset($reader);
14
14
} catch (ADEIException $ex) {
15
 
    $error = xml_escape($ex->getMessage());
 
15
    $ex->logInfo($reader?$reader:$req);
 
16
    $error = xml_escape($ex->getInfo());
16
17
}
17
18
 
18
19
echo "<?xml version=\"1.0\"?>\n";