diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-12-12 19:19:02 +0000 |
| commit | a0848d727648aa70f6a89c013203f2b82a4e972e (patch) | |
| tree | 37ec8e378ec2d731e9ba9c15cd58724325a5637c /databases/phpmyadmin211/files/fix-libraries::display_tbl.lib.php3 | |
| parent | b6deb36621300a80aab2d23031a1a259f9b0ce01 (diff) | |
Notes
Diffstat (limited to 'databases/phpmyadmin211/files/fix-libraries::display_tbl.lib.php3')
| -rw-r--r-- | databases/phpmyadmin211/files/fix-libraries::display_tbl.lib.php3 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/phpmyadmin211/files/fix-libraries::display_tbl.lib.php3 b/databases/phpmyadmin211/files/fix-libraries::display_tbl.lib.php3 deleted file mode 100644 index 03fff8091d19..000000000000 --- a/databases/phpmyadmin211/files/fix-libraries::display_tbl.lib.php3 +++ /dev/null @@ -1,11 +0,0 @@ ---- libraries/display_tbl.lib.php.orig Sat Oct 18 23:32:07 2003 -+++ libraries/display_tbl.lib.php Mon Nov 3 15:32:22 2003 -@@ -541,7 +541,7 @@ - echo '<input type="hidden" name="dontlimitchars" value="' . $dontlimitchars . '" />' . "\n"; - echo $GLOBALS['strSortByKey'] . ': <select name="sql_query"> '; - $used_index = false; -- $local_order = str_replace(' ', ' ', $sql_order); -+ $local_order = (isset($sql_order) ? str_replace(' ', ' ', $sql_order) : ''); - while (list($key, $val) = each($indexes_data)) { - $asc_sort = 'ORDER BY '; - $desc_sort = 'ORDER BY '; |
