/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/database.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:
15
15
    
16
16
    if (!count($dblist)) $error = translate("No database is found");
17
17
} catch (ADEIException $ex) {
18
 
    $error = xml_escape($ex->getMessage());
 
18
    $ex->logInfo($reader?$reader:$req);
 
19
    $error = xml_escape($ex->getInfo());
19
20
}
20
21
 
21
22