hxp
2025-06-04 f4a514d5ac952110da846636ecbb9de951eaf3d2
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;
}
}