/openshift/adei

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

« back to all changes in this revision

Viewing changes to classes/reader.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-02-07 22:44:15 UTC
  • Revision ID: csa@dside.dyndns.org-20120207224415-sy360wa1ammhd1ph
Use localization subsystem, updated Katrin configs

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
    $dblist = array();
173
173
    foreach ($server['database'] as $name) {
174
174
        $dblist[$name] = array(
175
 
            'name' => $name
 
175
            'name' => gettext($name)
176
176
        );
177
177
    }
178
178