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

« back to all changes in this revision

Viewing changes to tbl_get_field.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:
9
9
/**
10
10
 * Common functions.
11
11
 */
 
12
// we don't want the usual PMA_Response-generated HTML above the column's data
 
13
define('PMA_BYPASS_GET_INSTANCE', 1);
12
14
require_once 'libraries/common.inc.php';
13
15
require_once 'libraries/mime.lib.php';
14
16