It would be better to save the global meta tags in the database table; this would slightly reduce the amount of memory required by Drupal variables, which are loaded in memory every time Drupal makes a complete bootstrap.
It also doesn't make sense to load those values in memory all times, as they are required in specific moments.

Comments

apaderno’s picture

The global meta tag values should be rather called "default meta tag values", as they are the values used when there isn't a specific value set for the user, node, taxonomy term.

apaderno’s picture

Status: Active » Fixed

The code has been changed, and committed in CVS.

apaderno’s picture

Issue tags: +6.x-1.0

Status: Fixed » Closed (fixed)
Issue tags: -6.x-1.0

Automatically closed -- issue fixed for 2 weeks with no activity.