Which is the current release for D6?
aaronbauman - August 7, 2009 - 13:53
| Project: | String Overrides |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Neither the stable release (6.x-1.7) nor the dev release (6.x-1.x-dev) define a hook_init, thus this module doesn't load any string overrides.
(I found a version of stringoverrides.module with hook_init defined here: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/stringoverr... , but when I checkout from HEAD, there is no .module file.)
Which release should I be using for D6?

#1
You actually don't need a hook_init() function for either the Drupal 5 or 6 versions as it stores the overrides inside the variables table. I believe what you have here is a very old version of the module. How many overrides do you have in the table? It might be worth it to manually move them all over into the 6.x-1.7 version manually as it would save having to run a query on every page load.