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

« back to all changes in this revision

Viewing changes to libraries/import/csv.php

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-06-14 15:24:31 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20080614152431-gvx52c7r0iuxwvxl
Tags: 4:2.11.7~rc2-1
* New upstream release candidate.
  - Fixes an undisclosed security issue, which is most probably
    irrelevant to Debian, but medium urgency just in case.
  - Fixes session hash_bits override (Closes: #474557).
* Checked for policy 3.8.0, add README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * CSV import plugin for phpMyAdmin
5
5
 *
6
6
 * @todo    add an option for handling NULL values
7
 
 * @version $Id: csv.php 11094 2008-01-30 13:13:37Z lem9 $
 
7
 * @version $Id: csv.php 11326 2008-06-17 21:32:48Z lem9 $
8
8
 */
 
9
if (! defined('PHPMYADMIN')) {
 
10
    exit;
 
11
}
9
12
 
10
13
/**
11
14
 *