Removing set of references to singletons into main.php, mainInit.php and processList.php
Adding a comment of test in bootstrap.php
This commit is contained in:
@@ -29,7 +29,7 @@ $limit = isset( $_POST['limit'] ) ? $_POST['limit'] : '';
|
||||
|
||||
$oProcess = new Process();
|
||||
|
||||
$memcache = & PMmemcached::getSingleton( SYS_SYS );
|
||||
//$memcache = & PMmemcached::getSingleton( SYS_SYS );
|
||||
|
||||
$memkey = 'no memcache';
|
||||
$memcacheUsed = 'not used';
|
||||
|
||||
Reference in New Issue
Block a user