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

« back to all changes in this revision

Viewing changes to libraries/export/pdf.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:
3
3
/**
4
4
 * Produce a PDF report (export) from a query
5
5
 *
6
 
 * @version $Id: pdf.php 10262 2007-04-13 17:25:48Z lem9 $
 
6
 * @version $Id: pdf.php 10375 2007-05-10 00:04:29Z lem9 $
7
7
 */
8
8
 
9
9
/**
20
20
            array('type' => 'text', 'name' => 'report_title', 'text' => 'strPDFReportTitle'),
21
21
            array('type' => 'hidden', 'name' => 'data'),
22
22
            ),
23
 
        'options_text' => 'strOptions',
 
23
        'options_text' => 'strPDFOptions',
24
24
        );
25
25
} else {
26
26