]> andersk Git - sql.git/blame - web/phpMyAdmin.patch
Keep fewer backups
[sql.git] / web / phpMyAdmin.patch
CommitLineData
65303177
JP
1diff -rNu phpMyAdmin-2.8.2.1/libraries/common.lib.php phpMyAdmin-2.8.2.1-patched/libraries/common.lib.php
2--- phpMyAdmin-2.8.2.1/libraries/common.lib.php 2006-08-01 10:18:28.000000000 -0400
3+++ phpMyAdmin-2.8.2.1-patched/libraries/common.lib.php 2006-08-14 10:36:07.000000000 -0400
4@@ -175,7 +175,7 @@
5 $cut = false;
6 }
7 foreach ($dbs as $db) {
8- $return .= '<option value="' . $db['name'] . '"'
9+ $return .= '<option value="' . urlencode($db['name']) . '"'
10 .' title="' . $db['comment'] . '"';
11 if ($db['name'] == $selected) {
12 $return .= ' selected="selected"';
This page took 0.066926 seconds and 5 git commands to generate.