1
0
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:
Jakub Vrana
2012-08-19 20:32:53 -07:00
parent fc689f5953
commit 72b801513b
6 changed files with 64 additions and 3 deletions

View File

@@ -937,3 +937,10 @@ function cancel_kill_timeout() {
}
}
}
/** Callback registered to erase output buffer in AJAX calls
* @return string
*/
function clean_output() {
return '';
}

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "3.5.2-dev";
$VERSION = "3.6.0-dev";