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)
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

Rob Loach - August 7, 2009 - 15:28
Status:active» postponed (maintainer needs more info)

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.

 
 

Drupal is a registered trademark of Dries Buytaert.