Postponed (maintainer needs more info)
Project:
String Overrides
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 13:53 UTC
Updated:
7 Aug 2009 at 15:28 UTC
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?
Comments
Comment #1
robloachYou 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.