~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to db_import.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2010-03-08 15:25:00 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308152500-6e8hmuqc5co39de5
Tags: 4:3.3.0-1
* New upstream version.
* Rediff debian/patches.
* Fix permissions on mediawiki export extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
3
/**
4
4
 *
5
 
 * @version $Id: db_import.php 11982 2008-11-24 10:32:56Z nijel $
 
5
 * @version $Id: db_import.php 12620 2009-07-02 12:12:06Z lem9 $
6
6
 * @package phpMyAdmin
7
7
 */
8
8
 
12
12
require_once './libraries/common.inc.php';
13
13
 
14
14
/**
 
15
  * Load mootools for upload progress bar
 
16
  */
 
17
$GLOBALS['js_include'][] = 'mootools.js'; 
 
18
 
 
19
/**
15
20
 * Gets tables informations and displays top links
16
21
 */
17
22
require './libraries/db_common.inc.php';