On 24 Mei 2011, at 23:48, Tyron Madlener tyronx@gmail.com wrote:
On Tue, May 24, 2011 at 6:12 PM, Marc Delisle marc@infomarc.info wrote:
Aris,
The feature works well so far. Please have a look at this notice:
Notice in ./sql.php#364 Use of undefined constant table_ref - assumed 'table_ref'
There is a bug in commit 8f2a040f41f2cd03e359bcadeb8d9f24c23290fa (which seems related to the discussed table list here).
This added lines of js code in function.js throw "Uncaught TypeError: Cannot call method 'PMA_reloadRecentTable' of undefined" when you open a page in a new tab since there is no window.parent
Thanks, Tyron. I'll fix this in next commit. :)
$('#update_recent_tables').ready(function() {
window.parent.frame_navigation.PMA_reloadRecentTable();
});
-- Aris Feryanto