~ubuntu-branches/debian/experimental/phpmyadmin/experimental

« back to all changes in this revision

Viewing changes to libraries/schema/User_Schema.class.php

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2013-03-11 14:11:09 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130311141109-c87yrlb1r20ahcsq
Tags: 4:3.5.7-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
526
526
            $reset_draginit .= '    document.edcoord.elements["c_table_' . $i . '[x]"].value = "2"' . "\n";
527
527
            $reset_draginit .= '    document.edcoord.elements["c_table_' . $i . '[y]"].value = "' . (15 * $i) . '"' . "\n";
528
528
 
529
 
            echo '<div id="table_' . $i . '" class="pdflayout_table"><u>' . $temp_sh_page['table_name'] . '</u>';
 
529
            echo '<div id="table_' . $i . '" class="pdflayout_table"><u>' . htmlspecialchars($temp_sh_page['table_name']) . '</u>';
530
530
            if (isset($with_field_names)) {
531
531
                $fields = PMA_DBI_get_columns($db, $temp_sh_page['table_name']);
532
532
                // if the table has been dropped from outside phpMyAdmin,