~ubuntu-branches/ubuntu/hardy/phpmyadmin/hardy

« back to all changes in this revision

Viewing changes to libraries/PMA_List_Database.class.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst, Thijs Kinkhorst, Translations
  • Date: 2007-06-17 17:52:03 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20070617175203-6oa2mpmgazkhp8tl
Tags: 4:2.10.2-1

[ Thijs Kinkhorst ]
* New upstream release.
* Welcome Michal Čihař as new co-maintainer.

[ Translations ]
* Vietnamese by Clytie Siddall (Closes: #427177).

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
        $return = '<ul id="databaseList" xml:lang="en" dir="ltr">' . "\n";
369
369
        foreach ($this->getGroupedDetails() as $group => $dbs) {
370
370
            if (count($dbs) > 1) {
371
 
                $return .= '<li>' . $group . '<ul>' . "\n";
 
371
                $return .= '<li>' . $group . '<ul>' . "\n";
372
372
                // wether display db_name cuted by the group part
373
373
                $cut = true;
374
374
            } else {