~ubuntu-branches/ubuntu/dapper/phpmyadmin/dapper-updates

« back to all changes in this revision

Viewing changes to mult_submits.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2005-03-11 11:14:05 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20050311111405-rqgg991lcfgc69p3
Tags: 3:2.6.1-pl3-2
Fixed the bug in postinst introduced in last upload. Closes: #299034.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: mult_submits.inc.php,v 2.11 2004/11/07 13:27:46 lem9 Exp $ */
 
2
/* $Id: mult_submits.inc.php,v 2.12 2004/12/28 13:54:35 nijel Exp $ */
3
3
// vim: expandtab sw=4 ts=4 sts=4:
4
4
 
5
5
 
233
233
    <input type="hidden" name="query_type" value="<?php echo $what; ?>" />
234
234
    <?php
235
235
    if ($what == 'row_delete') {
236
 
        echo '<input type="hidden" name="original_sql_query" value="' . $original_sql_query . '" />' . "\n";
 
236
        echo '<input type="hidden" name="original_sql_query" value="' . htmlspecialchars($original_sql_query) . '" />' . "\n";
237
237
        echo '<input type="hidden" name="original_pos" value="' . $original_pos . '" />' . "\n";
238
 
        echo '<input type="hidden" name="original_url_query" value="' . $original_url_query . '" />' . "\n";
 
238
        echo '<input type="hidden" name="original_url_query" value="' . htmlspecialchars($original_url_query) . '" />' . "\n";
239
239
    }
240
240
    ?>
241
241
    <input type="submit" name="mult_btn" value="<?php echo $strYes; ?>" id="buttonYes" />