Marc Delisle schrieb:
Problem introduced in revision 9876 (thanks subversion :).
- js/querywindow.js: fixed bug #1541147 - # in database names
Sebastian, can you have a look at it please?
replacing line 274 with: url = 'querywindow.php?' + encodeURIComponent(common_query)
- '&db=' + encodeURIComponent(db) + '&table=' + encodeURIComponent(table);
(on one line) fixes it on my box HTH
It surely helps! Merged, thanks.
oh - i fixed only one place ... sorry