mirror of
https://github.com/vrana/adminer.git
synced 2025-08-19 12:51:27 +02:00
Load more data in select
This commit is contained in:
@@ -937,3 +937,10 @@ function cancel_kill_timeout() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** Callback registered to erase output buffer in AJAX calls
|
||||
* @return string
|
||||
*/
|
||||
function clean_output() {
|
||||
return '';
|
||||
}
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "3.5.2-dev";
|
||||
$VERSION = "3.6.0-dev";
|
||||
|
Reference in New Issue
Block a user