bug 739348 plus sign in db name

This commit is contained in:
Marc Delisle
2003-05-18 11:18:27 +00:00
parent 1f4c540ccf
commit eb87127a0e
3 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,9 @@
*/
require('./libraries/grab_globals.lib.php3');
if (isset($lightm_db) && !empty($lightm_db)) {
$db = urldecode($lightm_db);
// no longer urlencoded because of html entities in the db name
// $db = urldecode($lightm_db);
$db = $lightm_db;
}
if (!empty($db)) {