~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to libraries/navigation/Nodes/Node_Table_Container.class.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-10-07 20:18:01 UTC
  • mfrom: (1.2.46)
  • Revision ID: package-import@ubuntu.com-20131007201801-l5l0ril5992p8sxz
Tags: 4:4.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            $this->separator       = $GLOBALS['cfg']['NavigationTreeTableSeparator'];
36
36
            $this->separator_depth = (int)($GLOBALS['cfg']['NavigationTreeTableLevel']);
37
37
        }
38
 
        $this->real_name       = 'tables';
 
38
        $this->real_name = 'tables';
 
39
        $this->classes   = 'tableContainer';
39
40
 
40
41
        $new        = PMA_NodeFactory::getInstance('Node', _pgettext('Create new table', 'New'));
41
42
        $new->isNew = true;