@@ -256,6 +256,9 @@ function memcache_admin_bin_mapping($bin = 'cache') {
...
@@ -256,6 +256,9 @@ function memcache_admin_bin_mapping($bin = 'cache') {
* The page output.
* The page output.
*/
*/
functionmemcache_admin_stats($bin='default'){
functionmemcache_admin_stats($bin='default'){
if(!class_exists('MemCacheDrupal',FALSE)){
returnt('There is a problem with your memcache configuration. Please review !readme for help resolving the following issue: %error.',array('!readme'=>l('README.txt','http://cgit.drupalcode.org/memcache/tree/README.txt?id=refs/heads;id2=7.x-1.x'),'%error'=>t('cache_backends not properly configured in settings.php, failed to load required file memcache.inc')));
}
$bin=memcache_admin_bin_mapping($bin);
$bin=memcache_admin_bin_mapping($bin);
$output='';
$output='';
$server=array();
$server=array();
...
@@ -290,6 +293,7 @@ function memcache_admin_stats($bin = 'default') {
...
@@ -290,6 +293,7 @@ function memcache_admin_stats($bin = 'default') {