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

« back to all changes in this revision

Viewing changes to db_qbe.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2009-06-30 14:05:13 UTC
  • mfrom: (1.2.1 upstream) (36.1.2 karmic)
  • Revision ID: james.westby@ubuntu.com-20090630140513-hz71do3sij2jhm4s
* New upstream version fixing XSS (PMASA-2009-5).
* Document no empty password in README.Debian and the shipped sample
  configuration file (LP: #388703).
* Install service file for avahi (if web service enabled and if avahi is
  installed) (LP: #369244).
* Mention protecting of setup if not using provided configuration snippets
  for webservers.
* Call ucf with --debconf-ok in postrm (Closes: #534894).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 * query by example the whole database
5
5
 *
6
 
 * @version $Id: db_qbe.php 11498 2008-08-21 16:32:39Z lem9 $
 
6
 * @version $Id: db_qbe.php 12190 2009-01-13 22:55:44Z lem9 $
 
7
 * @package phpMyAdmin
7
8
 */
8
9
 
9
10
/**
166
167
}
167
168
 
168
169
?>
 
170
<form action="db_qbe.php" method="post">
169
171
<fieldset>
170
 
<form action="db_qbe.php" method="post">
171
172
<table class="data" style="width: 100%;">
172
173
<tr class="odd noclick">
173
174
    <th><?php echo $strField; ?>:</th>