db/DBOper.php
@@ -286,7 +286,7 @@ } $dbName = GetDBName(); $ret = $conn->$dbName->$collectionName->remove($find); \Logging\LogInfo('Mongo Remove: $ret=' . $ret . ', find=' . print_r($find, true)); \Logging\LogInfo('Mongo Remove:' . $collectionName . ' $ret=' . $ret . ', find=' . print_r($find, true)); MongoDBPool::Close($conn); return true; } @@ -504,4 +504,4 @@ } return true; } }