I am not sure where and how should I use mysql_free_result. Can anybody tell me if Drupal executes this function when result object destructor is called? Should I call this function manually? Does abstraction layer solves this problem?
We are proud to present to you the second release candidate of Drupal 6.0. Although there are still a few known issues that we are working on fixing for you, we are confident that our code is stable enough for wider testing by the community. Since the first release candidate, we have fixed various issues including the security fixes that come with Drupal 5.6 and others involving caching filtered content, menu item inheritance, missing breadcrumbs, better error reporting in the installer and updates, some translatability issues and lots of code style cleanups, and other small fixes. The most notable usability improvement since Drupal 6.0 RC1 is that the files directory is now automatically created in sites/default.
The first beta announcement provided a comprehensive list of high level improvements made since Drupal 5.x, so in this announcement we'll concentrate on how you can help ensure that Drupal 6 is released as soon as possible and is as rock solid as the previous Drupal releases that you've grown to love!
I've got Gallery integrated into my Drupal setup and it works great. I just have one little issue. I need to hide the content of my right sidebar on all Gallery pages. The only content on the right sidebar is my Random Image box. I have managed to hide it on the main gallery album /gallery by adding "gallery" to my "Page specific visibility settings" within my block settings.